How do you customise an Opt-In Form?

by Shimon
6 replies
  • WEB DESIGN
  • |
Hi, I was wondering how do I fully customise an Opt-In form?

I know how to create custom web forms in AWeber, however just wondering how do I create fully customised form?

For example I want to use a different style button saying "Get Instant Access" or something along those lines.

Any help or advice would be appreciated.

Thanks
Shimon
#customise #form #optin
  • Profile picture of the author Patrick
    You can use simple HTML to do that. Look at different website and view the source of that form, you can learn through that way.
    {{ DiscussionBoard.errors[4196967].message }}
    • Profile picture of the author Shimon
      Originally Posted by schwarzes View Post

      You can use simple HTML to do that. Look at different website and view the source of that form, you can learn through that way.
      Hi, Thanks for the reply, sure I will check this out. Also do I need to know any CSS for this aswell?

      Or is it just HTML?

      Thanks
      Shimon
      {{ DiscussionBoard.errors[4197244].message }}
  • Profile picture of the author DPWeb
    If the button that says "Get Instant Access" is just an image, you just need to replace the button source code with the URL of the image. You can upload the image to your website then use <img src="http://yourdomain.com/uploads/images/yourimage"> something along those lines. The AWeber form will already have that code in there, you just need to swap their URL of their image code with your URL of your image code.

    That only requires HTML, but if you wanted to add a hover affect, like the button lights up or down presses when the visitor hovers their cursor over it, that would require CSS.

    I hope that helps, let me know if you need any help. You can post here and PM me to let me know you had another question.
    {{ DiscussionBoard.errors[4197305].message }}
    • Profile picture of the author Shimon
      Hi, Thanks for your reply.

      Yeah, you're right the "Get Instant Access" Button is an image, I know how to swap the URL to match my button image using HTML.

      I'm going to do this very soon. Just was quite confused there for a while.

      Appreciate your help guys

      Thanks.
      Shimon
      {{ DiscussionBoard.errors[4197425].message }}
  • Profile picture of the author timvaquera
    just copy the whole chunk of code into your html editor and modify over there
    {{ DiscussionBoard.errors[4197564].message }}
    • Profile picture of the author Shimon
      Originally Posted by timvaquera View Post

      just copy the whole chunk of code into your html editor and modify over there
      Hi, Sure yeah this the way I'm looking at the moment.

      Thanks
      Shimon
      {{ DiscussionBoard.errors[4197775].message }}

Trending Topics