Replies: 0
First of all, thanks for this great plugin.It makes amazing things.
I read your “How to assign a value to a field that is not a calculated field from an equation?” tutorial but it doesn’t solve my problem.
I have 1 calculated field, 1 Instruct. text area and 1 button. I want to do that when click the button assign calculated field value to insctruc.text .uh element.
I tried jQuery( ‘.myclass .uh’).html( fieldnameX ); but it gives me error fieldnameX isn’t defined.
Thanks in advance.