Home › Forums › Quform WordPress › Pass field value to html field › Reply To: Pass field value to html field
March 10, 2023 at 6:28 am #35221
oivanr
Participant
HI,
How I can do to acces to HTML field which is located in a second page of my form.
For example I have a form who has page 1 and page 2. In the page 2 I have an html with a
<span id=”nombre”>.
In my first page I have a dropdown (13_21) I have done this:
$(‘#nombre’).text($(‘.quform-field-13_21 option:selected’).text());
It doesn’t work.
Thanks in advance for your help.