Having an issue with a squeeze page getresponse form

Discussion in 'Programming' started by Forchek, Jun 7, 2015.

  1. #1
    First I hope this is the correct area to post this if not I apologize in advance.

    I have a squeeze page that had an Aweber form and I am trying to change it to getresponse.
    i have added all the values but when I test it shows invalid email ?
    Here is the code:
    <form method="post" action="https://app.getresponse.com/add_contact_webform.html">
    <input type="hidden" name="webform_id" value="12170303">
    <input type="hidden" name="listname" value="rapid_daily_cash" />
    <input type="hidden" name="meta_adtracking" value="rapiddailycash_-_main">
    <input type="hidden" name="meta_split_id" value="">
    <input type="hidden" name="meta_message" value="1001">
    <input type="hidden" name="meta_required" value="email">
    <input type="hidden" name="meta_forward_vars" value="0">
    <table id="table85">
    <tr><td>
    <input id="" style="background:#f0f0f0 none repeat scroll 0 0; border:2px solid #bebebe; color:#202020; font-size:18px; margin-bottom:6px; width:276px; padding:9px 10px;" type="text" size="30" value="Enter your primary email..." name="from" onblur="if (this.value == '') {this.value = 'Enter your primary email...';}" onfocus="if (this.value == 'Enter your primary email...') {this.value = '';}" />
    </td></tr>
    <tr><td align="center" valign="bottom">
    <input type="image" name="submit" value="Get Instant Access!" src="images/button.png"></td></tr>
    </table>
    </form>
    Any help would be greatly appreciated
     
    Forchek, Jun 7, 2015 IP