PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Dynamically Populate Email Confirmation Field

  1. 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

    Posted 11 years ago on Thursday January 24, 2013 | Permalink
  2. Based on the information you've shared, the hidden field approach is not bad.

    Posted 11 years ago on Thursday January 24, 2013 | Permalink