For some reason even the simple example doesnt work for me.
can someome explain me how to make it work.
Thanks
For some reason even the simple example doesnt work for me.
can someome explain me how to make it work.
Thanks
First, your hook is incorrect. In your example code you have:
gform_field_value_your_parameter and it should be gform_field_value_value
But I recommend not using value as the parameter name. Maybe something a bit more apt like pricedetail or whatever you are actually trying to convey.
So your hook would be gform_field_value_pricedetail... or whatever you chose as your parameter name. Hope that helps.
Thanks.
In my case I need it for checkbox, I saw its a bit more sofisticated and I try to figure it out via:
http://www.gravityhelp.com/forums/topic/dynamically-populated-checkboxes-not-saving-on-submit
http://www.gravityhelp.com/forums/topic/dynamic-checkboxes#post-9476
Is it possible by any chance to add photo to each checkbox with Dynamically Populating?