Form + extra action on submit

Permalink
Hi there,

I'm would like to know if it's possible to create a form that both submits the form entry and call an 'https' link at the same time.

EG:
Fill out order form > [press submit button] > send form info & open https payment link

Let me know,
Luca

ZillionProductions
 
Responsive replied on at Permalink Reply
Responsive
<form action="https:yourlink.com" method="post" target="_blank">
...
</form>