Need help integrating an opt-in form widget with Aweber in Wordpress

4 replies
I have a Wordpress site that has a sidebar widget that serves as an opt-in form, and I'm trying to integrate this widget with my Aweber account.

The programmer who helped me site up the site has disappeared on me and I'm now forced to try and get this completed without him.

Below is the code for that widget:


<div class="sign-up">
<span class="top">Enter your email for my FREE EBOOK, "Ebbok title here"!</span>
<form>
<input type="text" value="type your email" onblur="if (this.value==''){this.value='type your email'}" onfocus="if (this.value=='type your imail'){this.value=''}" />
<input type="submit" value="Send it now!" class="black-btn right"/>
</form>
<p class="note" style="float: left; margin-top: 4px;">Your email stays private, period.</p>
</div>

Let me know if you know how to adjust that code to integrate with my Aweber account.

Thanks!
#aweber #form #integrating #optin #widget #wordpress
  • Profile picture of the author WilburWoods
    I have a friend that is a real genius with codes and stuff.

    I will contact him to make sure to have this fixed for you!
    {{ DiscussionBoard.errors[3459165].message }}
    • Profile picture of the author BillyBee
      Originally Posted by WilburWoods View Post

      I have a friend that is a real genius with codes and stuff.

      I will contact him to make sure to have this fixed for you!
      Thanks, Wilbur, I appreciate that very much.
      {{ DiscussionBoard.errors[3459291].message }}
  • Profile picture of the author andreasnrb
    You could just go into your Aweber account and make a webform there and then use that code in a TextWidget.
    If you want exactly the same as now you need to get the <form action="stuff that goes here" > and the <input type="text id="something" name="something"
    DOn't have Aweber anymore so don't remember what values you need.

    How Do I Integrate My Wordpress Blog With AWeber? :: AWeber Knowledge Base

    Premade WordPress widget
    WordPress › AWeber Integration « WordPress Plugins
    {{ DiscussionBoard.errors[3459176].message }}
    • Profile picture of the author BillyBee
      Originally Posted by andreasnrb View Post

      You could just go into your Aweber account and make a webform there and then use that code in a TextWidget.
      If you want exactly the same as now you need to get the <form action="stuff that goes here" > and the <input type="text id="something" name="something"
      DOn't have Aweber anymore so don't remember what values you need.

      How Do I Integrate My Wordpress Blog With AWeber? :: AWeber Knowledge Base

      Premade WordPress widget
      WordPress › AWeber Integration « WordPress Plugins

      Thanks, Andrea. I'm familiar with the web forms on Aweber. Since the widget on my site was custom-created I'm having difficulty figuring out this particular one. Thanks again.
      {{ DiscussionBoard.errors[3459304].message }}

Trending Topics