Need help making form code :P

Discussion in 'HTML & Website Design' started by project68, Jun 24, 2011.

  1. #1
    Hi guys,i want to make form but i dunno how to modify it,anyway its look like this:

    Name :[]
    Website Url :[]


    [Next] <button

    Ok here's the thing i duno,i want after they press next button,i will be putting cpa code and content locking will come out,they will have to complete the survey first before they can click

    [Finish]<button

    after that this form will send an email to me with their name and website url.thats it.

    I hope someone can help me,noobs here :D
     
    Last edited: Jun 24, 2011
    project68, Jun 24, 2011 IP
  2. pokerjoe

    pokerjoe Peon

    Messages:
    61
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    pokerjoe, Jun 24, 2011 IP
  3. sasuke23

    sasuke23 Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    bro html language
     
    sasuke23, Jun 25, 2011 IP
  4. neil.johnson

    neil.johnson Guest

    Messages:
    59
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    <a href="previous.html">Previous</a>
    <a href="next.html">Next</a>

    <a href="previous.html" target="name_of_main_frame.html">Previous</a>
     
    neil.johnson, Jun 25, 2011 IP
  5. BRUm

    BRUm Well-Known Member

    Messages:
    3,086
    Likes Received:
    61
    Best Answers:
    1
    Trophy Points:
    100
    #5
    For events that you're describing (sending emails and checking survey is complete before submission) you'll need more than HTML. HTML is merely a markup language which defines how your website is interpreted and displayed by browsers. Server side languages such as PHP are needed to send emails and client side languages such as JS are needed to validate pre-submission client criteria.
     
    BRUm, Jun 25, 2011 IP