Each question includes a multiple choice answer using radio buttons. There are only three options per question. The first choice is always worth one point. The second is two points and the third is worth three points.
What I want to do is include that score in the admin notification email. Since we calculate and display the score on the last page, this score isn’t accessible to the admin email.
I don’t even need the calculated score - even identifying whether option 1, 2, or 3 was chosen for each question would be enough.
Anybody know how this might be done?
Another option would be adding the results page URL to the admin email. Is this possible?
Can you use a number field in the form, using the built in calculations, to total up all the radio button selections? That number would be stored in the entry and would then be available in your notifications via a merge tag.