I created a form for a network application where the user is required to select the $50 admin fee for first time applications.
Then, they select one of four levels of subscription.
They have a 3rd option to obtain an government number (optional).
From your documentation, I was able to write the and modify the JavaScript code to calculate their choices correctly and store this in a hidden field as per your instructions. However, I cannot get that hidden field to show up in the notification email to let me know the total sum of their choices. This total sum is displayed for the user to see on the form, but as the admin, I don’t receive it in the email.
I have tried the adding the all parameters with the empty fields, and it shows the label, but the box is empty.