GetResponse HTML Opt-in Issue

3 replies
Hey guys, I'm having issues with Get Response. I've tried customer support several times and not much of help.

I'm using a WordPress landing page plugin and for the opt in form it requires the HTML code from GetResponse. So I created the Plain Form in HTML, copied the code inserted to my plugin and landing page looks great.

When I test it, it fails to subscribe the entry and go on to the thank you page. My API in turned on, so I know that's not the issue. Can someone help?

Here's the landing page: bridgettemabuto.com/free-writers-worksheets/

And here's the code I used:

<form action="https://app.getresponse.com/add_subscriber.html" accept-charset="utf-8" method="post">
<!-- Show the name field(required) -->
name: <input type="text" name="name"/><br/>
<!-- Email field (required) -->
email: <input type="text" name="email"/><br/>
<!-- Campaign token -->
<!-- Get the token at: https://app.getresponse.com/campaign_list.html -->
<input type="hidden" name="campaign_token" value="pBxI5" />
<!-- Thank you page (optional) -->
<input type="hidden" name="thankyou_url" value="http://bridgettemabuto.com/thank-you-writers/"/>
<!-- Add subscriber to the follow-up sequence with a specified day (optional) -->
<input type="hidden" name="start_day" value="0" />
<!-- Forward form data to your page (optional) -->
<input type="hidden" name="forward_data" value="" />
<!-- Subscriber button -->
<input type="submit" value="Subscribe"/>
</form>
#getresponse #html #issue #optin
  • Profile picture of the author David Beroff
    The form on that page doesn't use any of that code; it almost looks like it uses some "placeholder", i.e., "dummy" code.
    Signature
    Put MY voice on YOUR video: AwesomeAmericanAudio.com
    {{ DiscussionBoard.errors[10398401].message }}
    • Profile picture of the author doublelq
      I think it may look like that as it's running through a plugin. That page is created by the landing page plugin
      {{ DiscussionBoard.errors[10399197].message }}
  • Profile picture of the author majick
    the form data is being submitted by the landing page lead capture form to:
    http://bridgettemabuto.com/wp-conten.../save_lead.php

    whereas the getresponse form is hidden in the footer, and there doesn't seem
    to be anything linking the two forms... unless somehow save_lead.php posts
    back to your hidden form, but I'm not sure if you mean you have entered the
    HTML form into a different plugin or the lead capture one.
    {{ DiscussionBoard.errors[10408084].message }}

Trending Topics