Need quick HTML help w/squeeze page and opt in form

9 replies
  • WEB DESIGN
  • |
Okay, here's my squeeze page which came as part of a PLR package:

ugh -- wouldn't let me post a link

Now, how do I take the (to me) totally indecipherable code for an opt-in form and integrate it with my autoresponder? I'm probably using TrafficWave for this, tho could (if forced with a knife to my throat) use GetResponse.

I'm hoping for just enough instruction to help me do this on my own hereafter. Feel free to give me an URL where I can find my answer (without spending hours and hours -- I'm already way late, and DESPERATE!!).

And if you tell me that, perhaps I can also do something with this dog's breakfast of an opt-in page since I have some squeeze pages somewhere. But, in the meantime, can someone please tell me how to center that puppy on the page? (also couldn't post link-- or source code which had a link)

Thanks in advance for any and all help.

Patricia
#autoresponder code #form #html #html help #opt #page #quick #w or squeeze
  • Profile picture of the author source47
    I can help! Please let me know in more details what you need.

    Can you PM me yet? I don't remember but if not feel free to send me an email at support [at] source47 [dot] com.
    {{ DiscussionBoard.errors[2696968].message }}
    • Profile picture of the author PatriciaS
      Had to email you -- thanks so much!
      {{ DiscussionBoard.errors[2697195].message }}
      • Profile picture of the author PatriciaS
        Well, I guess I missed connecting with source47;

        Here's what I need: JUST enough of the right code to connect my own squeeze page's opt-in form to my autoresponder. Most autoresponders that I've seen what you build a form around the fields -- I don't want that, just the fields.

        How 'bout if I post the part of the code from a current opt-in form I've got -- could someone just show me what is relevant? I'll have to strip out the links, but that shouldn't be a problem. (I can clearly see some things that aren't relevant -- border, padding, background, margin, etc. -- I just don't know how much I can delete, and what must stay in.)

        Any help would be appreciated.

        <form accept-charset="utf-8"
        action="------ LINK REMOVED -------- /cgi-bin/add.cgi"
        style="margin: 5px; width: 250px; font-family: verdana; background-color: rgb(255, 255, 255);"><input
        name="custom_http_referer" id="custom_http_referer"
        value="" type="hidden">
        <div id="webform_title"
        style="border: 1px solid rgb(39, 141, 226); padding: 7px 20px; line-height: 21px; font-size: 21px; color: rgb(255, 255, 255); background-color: rgb(39, 141, 226);">Please
        send my Free Report </div>
        <div
        style="border: 1px solid rgb(222, 222, 222); font-family: tahoma;">
        <div
        style="padding: 16px 16px 12px; font-size: 12px; color: rgb(76, 75, 75);"></div>
        <hr
        style="border: 0pt none ; margin: 0pt 20px; height: 1px; background-color: rgb(240, 240, 240); color: rgb(240, 240, 240);">
        <ul id="fields"
        style="margin: 0pt; padding: 15px 30px; list-style-type: none; list-style-image: none; list-style-position: outside; font-size: 12px; color: rgb(123, 123, 123);">
        <li id="subscriber_name-field"
        style="margin: 0pt; padding: 4px 0pt 5px; background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; width: 100%;">
        <label style="float: left;"
        for="subscriber_name">Name :</label>
        <input
        style="border: 1px solid rgb(174, 177, 134); float: right; width: 140px;"
        id="subscriber_name" name="subscriber_name" value=""
        type="text">
        <div style="clear: both;"></div>
        </li>
        <li id="subscriber_email-field"
        style="margin: 0pt; padding: 4px 0pt 5px; background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; width: 100%;">
        <label style="float: left;"
        for="subscriber_email">Email :</label>
        <input
        style="border: 1px solid rgb(174, 177, 134); float: right; width: 140px;"
        id="subscriber_email" name="subscriber_email" value=""
        type="text">
        <div style="clear: both;"></div>
        </li>
        </ul>
        <ul
        style="margin: 0pt; padding: 15px 30px; list-style-type: none; list-style-image: none; list-style-position: outside; font-size: 12px; color: rgb(123, 123, 123); text-align: center;">
        </ul>
        <input name="confirmation_url"
        id="confirmation_url"
        value="------ LINK REMOVED --------"
        type="hidden"> <input
        name="error_url" id="error_url" value=""
        type="hidden"><input
        name="campaign_name" id="campaign_name"
        value="betterhealthnaturally" type="hidden"><input
        name="custom_ref" id="custom_ref" value=""
        type="hidden">
        <hr
        style="border: 0pt none ; margin: 0pt 20px; height: 1px; background-color: rgb(240, 240, 240); color: rgb(240, 240, 240);">
        <div
        style="text-align: center; padding-bottom: 18px; padding-top: 10px;"><input
        id="webform_submit"
        style="border: 0pt none ; margin: 10px; font-family: verdana; font-size: 18px; color: rgb(255, 255, 255); background-image: url("------PNG LINK REMOVED --------"); width: 140px; height: 33px;"
        value="Submit" type="submit">
        <div
        style="color: rgb(0, 0, 255); margin-top: 10px; width: 100%; clear: both;">GetResponse
        <a href=""------ LINK REMOVED --------"/">Email
        Marketing</a></div>
        <div class="clearer"></div>
        </div>
        </div>
        </form>
        </div>
        <script type="text/javascript">var el=document.getElementById("custom_http_referer"); if(el != null){el.value = document.location};</script>
        </div>
        <br>
        <br>
        <br>
        </body>
        </html>
        {{ DiscussionBoard.errors[2698255].message }}
        • Profile picture of the author PatriciaS
          To the person who PM'd me -- I don't have enough posts to respond. But thanks.

          Patricia
          {{ DiscussionBoard.errors[2700098].message }}
  • Profile picture of the author SmartWeb
    Is your problem solved ? if not let me know.
    {{ DiscussionBoard.errors[2700113].message }}
    • Profile picture of the author PatriciaS
      No, alas, it's not. I'm getting desperate. Any ideas?
      {{ DiscussionBoard.errors[2701942].message }}
  • Profile picture of the author Eddieheli
    Hi,

    This is covered in my Creating Video Squeeze Pages video lesson from my Millionaire Masterclass video collection.

    The part you need is in Video 13

    I have put a copy up on my personal website for you to watch

    click here




    Regards
    Eddie
    Signature

    Eddieheli -
    "Forget about all the reasons why something may not work. You only need to find one good reason why it will." ~ Dr. Robert Anthony

    {{ DiscussionBoard.errors[2706792].message }}
    • Profile picture of the author PatriciaS
      Eddie, that's so kind of you. Thanks.

      I'm afraid I've been remiss. I should've added an update to the thread:

      I DID hook up with Curtis, and he may not know OR appreciate this, but I now consider him my new BFF. (Poor Curtis.)

      He stood gallantly by for the better part of a day and a half while I figured out what the hay I even wanted and needed, and then he helped me not only with the snippet of code here and there, but also some instruction and Q&A so I can become more self-sufficient.

      It's not that I want to build web pages when I grow up, just be able to wrangle errant bits of code here and there at 1 a.m. on a weekend all by myself. I can do a little, and now, thanks to Curtis, a little bit more.

      I'm sure there'll always be additional challenges ahead. But I'm going to try to fit in some quality time with some of the online html and css tutorials, and arm myself (starting w/Eddie's video).

      Thanks again, Curtis!!
      {{ DiscussionBoard.errors[2707238].message }}
  • Profile picture of the author Eddieheli
    Chi-whiz,
    Glad you got help, that's what the forums are all about after all.

    Regards
    Eddie
    Signature

    Eddieheli -
    "Forget about all the reasons why something may not work. You only need to find one good reason why it will." ~ Dr. Robert Anthony

    {{ DiscussionBoard.errors[2707301].message }}

Trending Topics