Results 1 to 3 of 3

Thread: How do i create parts of a form in 3 different pages?

  1. #1
    Join Date
    Feb 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How do i create parts of a form in 3 different pages?

    Hi there,
    My problem is that i need to have 1 form lets say with 9 questions.
    Then i need 3 pages and each with 3 different questions from that form.
    Ex: first page: questions from 1 to 3
    Then page 2: questions from 4 to 6
    Then page 3: questions from 7 to 9.
    Each has 3 question and at the end it say next to go to the next 3 question.
    But they're pulled from the same form so i get the answers in the excel sheet in the same line.
    its difficult to explain it.

    Is there any way to do this?
    Thank you.

  2. #2
    Join Date
    May 2007
    Location
    England, UK
    Posts
    235
    Thanks
    3
    Thanked 6 Times in 6 Posts

    Default

    If using PHP you could have 3 seperate forms and pass the values along the line to be stored in variables.
    When you get to the final page just create a form and enter the collected data as hidden fields.

  3. #3
    Join Date
    Feb 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi jc,
    That looks like it might work
    But the problem is that im not familiar with php
    Can you please give me an example of how the code might be?

    Thanks alot.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •