Hi :)
I am trying to integrate an eInk signature from a company that does secure forms. I've already got the form POST uri updated to work with this system, which was awesome. I haven't been able to find the answer to this, though:
I need to be able to add some javascript to the form (just gonna use an HTML block, no big) - but that javascript needs to use the form NAME to work. And the GFs don't seem to HAVE a name attribute. I tried adding one with jQuery but I'm not great with it, and while I am not getting any errors (weird?) it's also not working (boo).
Trying to use this:
<script type="text/javascript">
jQuery("#gform_3").attr('name', 'gf_ellie');
</script>
Form is here: