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