Displaying field values in form before submitting
-
Hi, is there a way to display a field’s value within the form itself, before sending via email?
What I am trying to achieve, is a confirmation section on the form, where it displays the values of each field.
I’m having troubles with displaying a number fields value. I have a number field with min 1 and max 10 input, I’d like to display the value picked in the form so it can be confirmed. I tried using the email tag to display the value, but it didn’t work. See below:
My field code:
How many alarms? [number* number-alarm-quantity min:1 max:10 class:number-alarm-quantity]
The code added to the form to display the value:
How many alarms?: [number-alarm-quantity]
This didn’t work, is there an alternative? I really hope so.
- The topic ‘Displaying field values in form before submitting’ is closed to new replies.