valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
Items selected where Item is 10461
Questions & Answers
Q: Hi - I purchased the Form1 Software last night and it is works really well. My only question is, is it possible to add code such that the respondent's answer directs which page they go to next? The form we're creating is only 4 pages long, but page 3 needs to have different questions depending on how they answered on page 2. Thank you for your help.
A: One way to do this is using JavaScript but you will need to develop the specific code for it to run. Basically when you submit to page 2 its information is passed to page 3. Using JavaScript in page 3 it can look at the information passed and determine what question to show. Like all JavaScript this will only work when the user has JavaScript enabled on their browser. Alternatively (and a bit more complex) php could be used within page 3 to determine the question to display. This is a better solution (as it does not depend on JavaScript) but requires additional programming. Which ever way you approach it there is no standard solution and addition development would be required.
Question and Answer Item 10461 - Browse All Question and Answer Items