Need help with integrating lander to getresponse

Adsterra

adamyeo

Contributor
Joined
Dec 18, 2021
Messages
10
Hi everyone!

I am integrating my landing page (downloaded from anstrex) to integrate with getresponse, and I keep getting a problem here. Would love some technical guidance.

So this is the section for the email optin from the downloaded lander:

email-optin-png.23428


This is the signup form template from getresponse:

gr-signup-png.23429


I edited the parts which I think are relevant.

<div class="col-xs-12 text-center">

<div id="form-section">
<form action="https://app.getresponse.com/add_subscriber.html" method="POST" accept-charset="utf-8">
<label for="name">Name</label><br>
<input type="text" name="name" id="name" required="">
<br>
<label for="email">Email</label><br>
<input type="email" name="email" id="email" required=""><br>
<div style="display:none;">
<label for="hp">HP</label><br>
<input type="text" name="hp" id="hp">
</div>
<input type="hidden" name="campaign_token" value="XXXXX">
<input type="submit" name="submit" id="submit" value=">> CLAIM NOW <<">
</form>
</div>

</div>

The integration works here, the email is captured into getresponse. The problem here is after clicking the submit button, it gets redirected to getresponse's notification page (https://app.getresponse.com/add_subscriber.html), instead of continuing the scripts on the lander (basically congratulating the subscriber and some animations)

notification-png.23431


How can I suppress or prevent the redirect to the getresponse notification, and
 

Attachments

  • email optin1.PNG
    email optin1.PNG
    43.4 KB · Views: 109
To view the premium content in our affiliate marketing forum (including this awesome thread), you must first register and upgrade your account. Register today and become a part of our amazing community!
Top