Setting form ACTION to a specific URL

I’m needing to have a specific form (e.g. ID=6) post to a URL in the form action.

Form submissions don’t need to be captured in the WP CMS and I would actually prefer that they are not captured.

Already tried the redirect with the query string but no luck.

Thanks in advance for any help.

Hi Ryan. You can use the gform_form_tag filter for that. Here’s an example:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.