by KeNiQ
5 replies
  • WEB DESIGN
  • |
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
#box #optin
  • Profile picture of the author JohnGood
    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
    {{ DiscussionBoard.errors[6842494].message }}
  • Profile picture of the author KeNiQ
    I'm using wordpress
    {{ DiscussionBoard.errors[6843780].message }}
  • Profile picture of the author TreyCross3
    Try using 90secondsqueezepage. It's super easy to use and you will be up and running fast.
    {{ DiscussionBoard.errors[6843794].message }}
  • Profile picture of the author HowWhoWhen
    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.
    {{ DiscussionBoard.errors[6844498].message }}
    • Profile picture of the author KeNiQ
      Originally Posted by HowWhoWhen View Post

      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;">*We respect your privacy. Your information will never be shared.</p>
      </div>
      You still need to put your autoresponder code in there though.
      Thank you very very much
      {{ DiscussionBoard.errors[6846196].message }}

Trending Topics