Hello,
Is it possible to update a field value on a form based with the value of another field or ifram on the form.
I am wanting to change the field age based on the result of the date of birth field. The result is currently being displayed within an iframe on the same form.
I have the following in the events section of a button
$( "#age" ).val(("#clientiframe").val);
If I use $( "#age" ).val('clientiframe'); then the age field contains the value clientframe
Thanks
Steve