How to include your own "submit" button in an opt-in form?

3 replies
Hey guys,

I'm not very "techie" to be honest and was wondering if anyone could help me out with regards to using your own "submit" or "signup" button in an Aweber opt-in?

I've gotten as far as getting the RAW HTML code for my form and have uploaded the picture I want to use to my server but not quite sure where to go from there. Anyone got any ideas?

Thanks a lot!

Connor
#button #form #include #optin #submit
  • Profile picture of the author kendrickyi
    the general syntax (code) for a submit button is
    <INPUT type="submit" value="Submit">
    if you want the button to read "Sign Up!", then
    <INPUT type="submit" value="Sign Up Now!">
    {{ DiscussionBoard.errors[1061480].message }}
  • Profile picture of the author sf_Imtiaz
    Sounds like you want to replace that gray button with an image, if so, replace

    <INPUT type="submit" value="Sign Up Now!">

    with

    <input type="image" src="image.gif" name="optional">
    {{ DiscussionBoard.errors[1061494].message }}
  • Profile picture of the author cgallagher93
    Thanks a lot guys
    {{ DiscussionBoard.errors[1061725].message }}

Trending Topics