How can I display the value of a checkbox in a widget? For example, if user checks "A" checkbox which is assigned a value of 300, how can I display 300 in the widget area? Thanks
How can I display the value of a checkbox in a widget? For example, if user checks "A" checkbox which is assigned a value of 300, how can I display 300 in the widget area? Thanks
This is not something Gravity Forms does out of the box. You would have to write custom jQuery to do this. Your custom jQuery would read the value of the checkbox and update information in the widget via jQuery.