How do I design an opt-in form with Kompozer

by kumar
5 replies
  • WEB DESIGN
  • |
Hi Guys,

I am new to website design and have just designed a page with a few bullet points using Kompozer. I now want to add an Opt-in form at the bottom of this page where readers can enter their name and email address and submit to receive a free e-course.

Can someone please walk me through the design part? I tried using Kompozer's help tutorials but couldn't work it out.

Thanks!
#design #form #kompozer #opt-in #optin
  • Profile picture of the author Dirkchad
    Banned
    [DELETED]
    {{ DiscussionBoard.errors[356011].message }}
    • Profile picture of the author kumar
      Originally Posted by Dirkchad View Post

      Hi,
      Dude i don;t understand What are you really want to say.
      So please clear your thought. because We understand your question easily
      And We will help you better.
      You also reach me at my signature.
      I will gonna happy to help you.
      Thanks
      Dirk,

      I couldn't have been more clear. Thanks for your response, though!
      Signature

      Life is not a sprint, its a marathon. A bad start does not really matter too much

      {{ DiscussionBoard.errors[356137].message }}
  • Profile picture of the author Charles H Smith
    The form is only one part of the equation.

    Code:
    <form name="form1">
    <p>Name:<input type="text" name="name" value="Enter your name"><br>Email: 
        <input type="text" name="email" value="Enter your email address"><br><br><input type="submit" name="formbutton1" value="Send it!"></p></form>
    The second piece of the equation is what happens to the data when the "Submit" button is pressed. Most will use the autogenerated code from their autoresponder to create a fully functional optin box. The codeing provided by their autoresponder service will automatically add in the coding for the first and second pieces of the equation.

    Charles
    Signature
    .
    {{ DiscussionBoard.errors[356043].message }}
    • Profile picture of the author kumar
      Originally Posted by Charles H Smith View Post

      The form is only one part of the equation.

      Code:
      <form name="form1">
      <p>Name:<input type="text" name="name" value="Enter your name"><br>Email: 
          <input type="text" name="email" value="Enter your email address"><br><br><input type="submit" name="formbutton1" value="Send it!"></p></form>
      The second piece of the equation is what happens to the data when the "Submit" button is pressed. Most will use the autogenerated code from their autoresponder to create a fully functional optin box. The codeing provided by their autoresponder service will automatically add in the coding for the first and second pieces of the equation.

      Charles
      Thanks a lot, Charles. The first part of the equation is what I was looking for. For some reason, the submit button in my form is hardly noticeable on the site. I'll be adding the autoresponder code as soon as I sign up for Aweber .

      Thanks again and have a great Christmas!
      Signature

      Life is not a sprint, its a marathon. A bad start does not really matter too much

      {{ DiscussionBoard.errors[356145].message }}
  • Profile picture of the author chris8918
    Sounds like you could use some instruction on building a website from start to finish. I just published my first site with an opt-in form (from Aweber) and a FREE ebook giveaway after going through a FREE study with Chris Farrell online. Its great for beginners and Chris gives great email support. He will teach you with KompoZer and you will actually publish your site using his instructions. You'll do well by checking him out.
    {{ DiscussionBoard.errors[423282].message }}
    • Profile picture of the author kumar
      Thanks Chris! I am checking out his site now. All the best with your IM campaign!
      Signature

      Life is not a sprint, its a marathon. A bad start does not really matter too much

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

Trending Topics