Home › Forums › General › Cannot use selector inside form for JS onClick trigger
Hello,
I have found that I cannot use JS onClick if the trigger is a selector inside my form. Is there any fix for this?
Thanks to anyone with a suggestion!
Hi Steven
I’d recommend ensuring you initiate your JavaScript events after the form has loaded using this method:
Run JavaScript on Form Load
Thanks!
Mark