I have a form with an email field that includes a confirmation email (checked option in the form configurator), and I'd like to dynamically populate the email fields via querystring. However, passing a value via querystring only updates the main email field, not the confirmation.
Before I go about setting a hidden field that accepts the dynamic value, and then hook it to auto-fill the two appropriate fields, is there an easier or better way of doing this? Or would something like firing a jQuery check just after the email field is loaded be a better approach for copying the value to the other field?
Thanks!
Brian