I am populating my product options based on the script used on this page: http://www.gravityhelp.com/forums/topic/dynamically-populating-gravity-forms-using-checkbox-fields
The code works great, but I would like to change the values of the options based on the Product dropdown selection.
Example:
Client checks multiple options on Form A
Form B received information and dynamically populates OPTIONS checkboxes.
/* So far so good */
There are 3 products in a dropdown (values $10, $20, $30). Based on the user selection of the product...
...the value of the populated options will update.
Any help is appreciated.