I need to submit my form to an external site that only accepts POST arguments, but I also want to execute a couple email actions before the form gets submitted to that site.
I have Html render added to "on load" and the 2 email actions to "on submit".
If I select POST and enter an action URL in the Html Render setup, the form correctly submits to the external site. However, it completely ignores the 2 email actions.
If I leave the action URL field empty, then the 2 email actions are executed but I cannot get the form to then submit to the external site. I tried to add a redirect action with additional parameters (there is really only one field that I need to pass to the external site, all other fields are only used in the emails), but that does not work because the parameters from the redirect action are submitted as part of the URL (as a GET action)
I think what I am trying to do is very basic. What am I doing wrong?
Thanks,
Markus
I have Html render added to "on load" and the 2 email actions to "on submit".
If I select POST and enter an action URL in the Html Render setup, the form correctly submits to the external site. However, it completely ignores the 2 email actions.
If I leave the action URL field empty, then the 2 email actions are executed but I cannot get the form to then submit to the external site. I tried to add a redirect action with additional parameters (there is really only one field that I need to pass to the external site, all other fields are only used in the emails), but that does not work because the parameters from the redirect action are submitted as part of the URL (as a GET action)
I think what I am trying to do is very basic. What am I doing wrong?
Thanks,
Markus