Opt in form driving me crazy

2 replies
  • WEB DESIGN
  • |
Hi guys,
I have some simple squeeze page html templates.
I am trying to link the page to my autoresponder, but keep the page design.
If anybody can help me.
Where do I paste my aweber code? Or what elements do I paste in and where?

Here is a snippet from the template -

<div class="red_arrow">
<img src="http://www.warriorforum.com/images/red_arrow.png" alt="arrow" />
<p class="arrow_text">Lorem ipsum dolor sit amet erum</p>
</div><!--end red_arrow-->

<div class="email_widget">
<h3>Are you ready to get started!
Then Just Sign Up!</h3>
<img src="http://www.warriorforum.com/images/trans_image.png" alt="trans_image" />
<div class="email_form">
<form action="#">
<input type="text" class="name" value="Enter your name..." />
<input type="text" class="email" value="Enter your email..." />
<span>* We will not spam or share your information</span>
</div><!--end email_form-->
<input type="submit" class="submit_button" value="" />
</form>
</div><!--end email_widget-->

</div><!--end sidebar-->

<div class="full_width"><!--end c_image-->
<!--end signup_widget-->
</div>
Ive tried pasting in the input codes from aweber a number of times, and in different places, but either the button doesn't work or it links to aweber but says required fields are missing.

Hope I covered everything here.
Brian
#crazy #driving #form #opt
  • Profile picture of the author SmallBizWebsites
    When you submit a form, it has to be submitted TO something. Right now, the following code shows it is not being submitted to a page that will do something with the information: <form action="#">

    If somebody gave you some code to handle the form submission, it should be a separate page, most likely a PHP page because saving data in something like a MySQL database, or even a flat file requires a programming language.

    We don't know what code they gave you, but what I explained above is the crux of the problem.
    {{ DiscussionBoard.errors[7835673].message }}
    • Profile picture of the author brianoliveruk
      Hi, thanks for your reply.
      I realize the code I pasted in has nowhere to go. It is the code from the basic template, which I aquired.. I was wondering where in that code to paste my aweber details, including the action - Email Newsletter AWeber Form

      Thanks again



      Originally Posted by SmallBizWebsites View Post

      When you submit a form, it has to be submitted TO something. Right now, the following code shows it is not being submitted to a page that will do something with the information: <form action="#">

      If somebody gave you some code to handle the form submission, it should be a separate page, most likely a PHP page because saving data in something like a MySQL database, or even a flat file requires a programming language.

      We don't know what code they gave you, but what I explained above is the crux of the problem.
      Signature

      [FREE TRAFFIC HACK] The Secret Money Project
      Brian Oliver
      The Honest Marketer

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

Trending Topics