[ad_1]
Hello @luca27825
Thank you very much for using our plugin.
Q: However I would like to split up the form so that the user only sees one question at a time and when they click “next” the current question disappears and the new question appears at the same position. Is this possible?
A: Yes, that’s possible. Please, insert a “Page Break” control between questions.
Q: How do I make a button at the end working as a submit button, calculating the user’s score and displaying it on a different website? So I kown I have to insert jQuery(this.form).submit(); in the “OnClick” field for the submit button. But how do I make the button calculate mathematical and logical operations? And finally how do I display this score on e.g. a Thank you page?
A: The mathematical and logical operations must be entered through a calculated field in the form you can configure as hidden.
For example, assuming that every question is radio buttons fields whose label is the question and their choices the possible answers. You can enter numbers as the choices values and the answers as their texts. To calculate the average of the answers, the equation would be:
AVERAGE(fieldname1, fieldname2, fieldname3, fieldname4);
The calculated field can be configured as hidden to display the equation’s result in the “thank you” page and notification email and not directly in the form.
However, to configure thank you pages and notification Emails, you need the commercial versions of our plugin because these features are not included with the free plugin distribution:
Best regards.
