I have Ninja Forms and ACF for WordPress installed. I have a hidden field in Ninja Forms and I need to repopulate this with the value from an ACF field.
I tried simple jQuery but it doesn't work:
$('input[name=nf-field-19]').val('<?php the_field('rsvp_email'); ?>');
As you can tell.. I'm no PHP or jQuery guy.. trying to fiddle around and find a solution.
Thanks!