Page 1 of 1

Calling Form Method from HTML area

PostPosted: Tue Apr 05, 2016 7:07 pm
by steve1376656734
Hi,

Can anyone help me figure out how to call a form method from a HTML_AREA please. I can call a scope or global method without any problem but I cannot seem to get a form method to work. I have tried using just the method name (javascript:methodName())and also the fully qualified name (javascript:forms.formName.methodname()) but neither of these seem to work.

Any help would be appreciated.

Thanks
Steve

Re: Calling Form Method from HTML area

PostPosted: Tue Apr 05, 2016 8:16 pm
by steve1376656734
Doh! - was trying to use the HTML in the label of a checkbox instead of an HTML Area

:oops: