Need help integrating an opt-in form widget with Aweber in Wordpress
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!
-
WilburWoods -
Thanks - 1 reply
{{ DiscussionBoard.errors[3459165].message }}-
BillyBee -
Thanks
{{ DiscussionBoard.errors[3459291].message }} -
-
-
andreasnrb -
Thanks - 1 reply
{{ DiscussionBoard.errors[3459176].message }}-
BillyBee -
Thanks
{{ DiscussionBoard.errors[3459304].message }} -
-