Hi,
I have a multi-page form I am building here: http://proternative.dingusmedia.com/start-here/
The form collects user info then presents a series of radio button "quiz" questions. I then calculate a quiz score using gform_pre_submission and set that value on a hidden field called "Quiz Score". On the next page of the multi-part form I need to then do two things based on the value in this hidden field, before the form is submitted:
1) Display the value in the hidden field like "You scored {hidden field value} out of 10".
2) If the score is 10, display two additional checkbox form fields.
After this, then submit the form and display a confirmation page.
How can I do this?