Dynamic field population with HTML/jQuery values on a page

Hello,

On my template page, I’ve a financial simulator with several fields (in an HTML form, not a Gravity Form).

I want to push these values on my Gravity Form (in hidden fields). Then I’ll send a confirmation email (and other stuff) with Gravity Form.

I already use PHP Hook to push dynamic values in fields (https://www.gravityforms.com/blog/dynamic-population-tutorial/) but I don’t understand how to push values from HTML form fields with Jquery. Can you help me?

Thank you in advance,

I found a solution:
I used jQuery to send data to Gravity Form fields.

1 Like