Feature Request: Custom form action tag
-
This is more of a feature request. It would be great if there could be a custom form action tag in the plugin to override the default action. For example, sometimes we need to post a form to a 3rd party handler such as Salesforce or Pardot. Pardot form handlers have specific form action tags that look like this:
<form action=”http://example.pardot.com/url/2dsjw” method=”post”>
If you could create a method in the plugin to configure it in a tag like this:
[action “http://example.pardot.com/url/2dsjw” post]
and make the plugin post only this form using this action, that would be great. There are numerous people asking for this, and note that this is NOT a redirect. It should be this simple. Many of us don’t know anything about programming custom hooks to do this. I’m surprised that this has not been done long ago. There’s always a need to post via different URL actions.
Thanks,
Tony
The topic ‘Feature Request: Custom form action tag’ is closed to new replies.