I have inserted some checkboxes dynamically using gform_page_loaded
How do I save their checked values so they are reloaded?
I have inserted some checkboxes dynamically using gform_page_loaded
How do I save their checked values so they are reloaded?
Can you post a link to your page please and the code you used to insert the check boxes?
Here is the code http://pastie.org/2317915
Note that I have to put in checked=... and that is what I am trying to figure out - how do I get that value from the form?
btw I already tried regular jQuery calls to get the value upon page_loaded, but I assume I have to get the value from some global form variable that gravity forms stores?