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.

Adding jQuery or Java to form

  1. I am using gravity forms as a post submission form for an event website. I would like the event date form entry to be copied to or auto fill the hidden expiration date form field I have. I am willing to use jQuery if this feature is not in built in to GF.

    Can anyone help me and tell me how I add jQuery to GF and if possible what that code would be?

    Thank you for any help

    Posted 13 years ago on Sunday May 6, 2012 | Permalink
  2. David Peralty

    jQuery should be loaded by WordPress already. You could also use a Hook to make this happen. Make the hidden field, check to allow to be populated dynamically. Then take a look at this:
    http://www.gravityhelp.com/documentation/page/Gform_pre_submission

    Posted 13 years ago on Monday May 7, 2012 | Permalink