How do i do a contact form on a horizontal scrolling website?

Discussion in 'HTML & Website Design' started by dubs89, Jul 12, 2011.

  1. #1
    So i made a website that is horizontal scrolling. Therefore, all pages are coded on a single document.

    Problem is all contact forms I have ever used bring you to a new page that says thank you for the message after it is sent.

    What is a good solution to have the thank you message stay on the same page?

    Note I don't wish to use a flash contact form as I am not very skilled in action script and all flash contact forms I have used do not offer a drop down field which I don't know how to make.
     
    dubs89, Jul 12, 2011 IP
  2. elfguy

    elfguy Member

    Messages:
    79
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #2
    You can do a hidden div in the center of the page which is brought visible when you click on the link.
     
    elfguy, Jul 12, 2011 IP
  3. rajmv

    rajmv Peon

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    imo, you'd post the form using ajax routines, then push the reply onto the active document (instead of going to a new page).
     
    rajmv, Jul 12, 2011 IP