How do I replace HTML form (
-
We are converting our site to WordPress (Avada) and we have several forms.
How do we use Contact Form 7 so that we can replace the code in our old site.
Is this possible?
We don’t want an email with the results. We want them ‘posted’ directly to our autoresponder.
Sample of the code below.
Thanks, Paul<!– YOUR AUTORESPONDER CODE START HERE //–>
<form method=’POST’ id=”arp_form” action=’https://www.peoplealchemy.co.uk/cgi-bin/arp3/arp3-formcapture.pl’>
<input type=’hidden’ name=’subscription_type’ value=’E’>
<input type=’hidden’ name=’capitals’ value=’1′>
<input type=’hidden’ name=’id’ value=’135′>
<input type=’hidden’ name=’tracking_tag’ value=’17TipsWOLlist’>
<input type=’hidden’ name=’extra_ar’ value=”>
<input type=’hidden’ name=’first_name_man’ value=’1′>
<p align=”left”>First name
<input type=”text” name=”first_name” class=”name_field”>
</p>
<p align=”left”>Email address
<input type=”text” name=”email” class=”email_field”>
</p>
<input name=”image” type=”image” src=”../common/images/Free-Tips-Button.png”>
</p>
</form>
<!– YOUR AUTORESPONDER CODE END HERE //–>
- The topic ‘How do I replace HTML form (’ is closed to new replies.