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.

Customize submit processing AND add custom fields

  1. Hi,

    I need to customize a few things with my form:
    1) I need to submit the form to a custom script so that I can process the submitted information.

    2) I may want to add a few hidden fields, is that possible.

    Thank You

    Posted 12 years ago on Monday September 19, 2011 | Permalink
  2. 1) use the gform_post_submission hook, or the gform_after_submission hook if you are using the 1.6 beta

    2) hidden fields are no problem. Just use the hidden field type in the form builder.

    Posted 12 years ago on Tuesday September 20, 2011 | Permalink