Optin Box

by 5 replies
6
Sorry if I'm posting this in the wrong place. But I'mm trying to create a simple optin box like this


http://creationspire.com/wpspire/mem...4/optinbox.gif

I don't want to use a theme or a plugin

thanks in a advance
#website design #box #optin
  • Do you use XSitePro?

    If you do then this can be created with it's built in form tool.
    They have a video on how to use this tool here:
    xsitepro(dot com)/forms-wizard-video-tutorial-for-xsitepro-website-design-software.html
  • I'm using wordpress
  • Try using 90secondsqueezepage. It's super easy to use and you will be up and running fast.
  • Try this:

    Code:
    <div style="width:400px;height:300px;border:4px dashed #000;background-color:#ffffdd;padding:5px 20px 5px 20px;">
    <p style="font-size:26px;color:#990000;text-align:center"><strong>Signup to Claim Your <u>FREE</u> Download NOW!</strong></p>
    <p style="text-align:center;">Simply enter your details below to receive your download:</p>
    <div style="text-align:right;margin-right:40px;"><label>Your Name: </label><input type="text" style="width:250px;"><br />
    <label>Your E-Mail: </label><input type="text" style="width:250px;">
    </div>
    <div style="text-align:center;background-color:#8c0003;padding:5px;width:300px;margin:5px auto;">
    <input type="submit" style="width:100%;font-size:18px;font-weight:bold;height:40px;" value="Get More Info!>>">
    </div>
    <p style="text-align:center;font-size:13px;margin-top:0;">&#42We respect your privacy. Your information will never be shared.</p>
    </div>
    You still need to put your autoresponder code in there though.
    • [ 1 ] Thanks
    • [1] reply
    • Thank you very very much

Next Topics on Trending Feed

  • 6

    Sorry if I'm posting this in the wrong place. But I'mm trying to create a simple optin box like this