Add opt-in to button?

3 replies
Hey guys,

I'm a little lost.

I want to add my opt-in code (html) to a button or template or something.

So that it doesn't look like the normal boxy aweber default.

How do I do this?

I want to add this button/template to a Wordpress post too.

Thanks,

Eric1001
#add #button #optin
  • Profile picture of the author pdrw07
    Originally Posted by Eric1001 View Post

    Hey guys,

    I'm a little lost.

    I want to add my opt-in code (html) to a button or template or something.

    So that it doesn't look like the normal boxy aweber default.

    How do I do this?

    I want to add this button/template to a Wordpress post too.

    Thanks,

    Eric1001
    Hi Eric,

    Let me help you with this problem. When you get the code from aweber, make sure you get the "HTML version" not the "Java version"

    Then check the code below:

    Code:
    <form method="post" action="http://www.aweber.com/scripts/addlead.pl">
    <input type="hidden" name="meta_web_form_id" value="0000000">
    <input type="hidden" name="meta_split_id" value="">
    <input type="hidden" name="unit" value="example">
    <input type="hidden" name="redirect" value="http://example.com" id="redirect_example">
    <input type="hidden" name="meta_redirect_onlist" value="http://example.com/index.html">
    <input type="hidden" name="meta_adtracking" value="">
    <input type="hidden" name="meta_message" value="1">
    <input type="hidden" name="meta_required" value="from">
    <input type="hidden" name="meta_forward_vars" value="0">
    <table id="table4">
    <tr><td colspan=2>&nbsp;</td></tr>
    <tr><td>Name:</td><td><input type="text" name="name" value="" size="20"></td></tr>
    <tr><td>Email:</td><td><input type="text" name="from" value="" size="20"></td></tr>
        <tr><td colspan=2>&nbsp;</td></tr>
    <tr><td align="center" colspan="2"><input type="image" name="submit" value="Submit" src="images/submit.jpg" alt="Submit"></td></tr>
    </table><img src="http://forms.aweber.com/form/displays.htm?id=ExamPle" border="0" />
    
    </form>
    The code: src="images/submit.jpg" >> is your images button. Just change with your button images. And you will see your own button there :-)

    Hope that will work.

    Regards,
    Padro Widjaja
    {{ DiscussionBoard.errors[930298].message }}
    • Profile picture of the author Eric1001
      Cool, I'll try er out!

      Is their any pre-made templates I could buy that'd make it easier?
      {{ DiscussionBoard.errors[930326].message }}
  • Profile picture of the author pdrw07
    Hi Eric, If you have the template, send it to me, i can help you sort it out :-)
    {{ DiscussionBoard.errors[930365].message }}

Trending Topics