Home › Forums › Quform WordPress › Get value from a text field inside group › Reply To: Get value from a text field inside group
February 7, 2022 at 10:04 pm #33981
Participant
Hi Ally,
Thanks for your help. I found my mistake. In the second line I did not include the .quform-element reference, now it seem to work fine.
$(‘.quform-element-39_18 .quform-field-39_27’).change(function () {
$(‘.quform-field-39_28’).val(‘Omarcito’);
Thanks a lot.
Regards,