HTML Form POST on other domain
-
Hi,
I created a html form code to subscribe users to my mailing list system.
I’ve my wordpress on https://www.domaina.it and my mailing list system on https://www.domainb.itCode is very simple.
<form id="formmail" name="formmail" method="post" action="https://www.domainb.it?activationpage"> <label for="nome">Nome</label> <input type="text" name="nome" id="nome" /> <label for="email"><br /> E-Mail</label> <input type="text" name="email" id="email" /> <input name="idgroup" type="hidden" id="idgroup" value="73" /> <input name="mailing" type="hidden" id="mailing" value="10" /> <input name="delete" type="hidden" id="delete" value="0" /> <input name="myurlok" type="hidden" id="myurlok" value="https://www.erbamil.it/contattaci/?nl=ok" /> <input name="myurlerror" type="hidden" id="myurlerror" value="https://www.erbamil.it/contattaci/?nl=ko" /> <input name="myurlcheck" type="hidden" id="myurlcheck" value="https://www.erbamil.it/contattaci/?nl=gia" /> <input name="iscriviti alla newsletter" type="submit" value="Invia" /> </form>
The code display correctly my form on https://www.domaina.it, but when I click on submit button browser redirect to https://www.domainb.it?activationpage without make subscription.
How I can use this custom html form in my wordpress?
thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘HTML Form POST on other domain’ is closed to new replies.