My Icontact Signup Form?

by awoob
0 replies
  • WEB DESIGN
  • |
I created a signup form in my Icontact control panel. However, I want both my success url and error url to open in new tab after someone sign up.

Please, how can I make the following part of my optin form open in new tab?:

<input type=hidden name=redirect value="http://mydomain.com/success.html" />
<input type=hidden name=errorredirect value="http://mydomain.com/error.html" />

I have utilized:
<a href= "http://mydomain.com/success.html" target="_blank"></a>
<a href= "http://mydomain.com/error.html" target="_blank"></a>
but it didn't work still, may be I have input it wrongly.

Please, could someone kindly guide me on this?

Thanks so much in anticipation.
#form #icontact #optin #signup #tab

Trending Topics