Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

Click event on FSSUBMIT_ button

Avatar

Former Community Member
Why can't I edit or at least trigger the "click" method of the FSSUBMIT_ button? I am trying to call this method from another action.
1 Reply

Avatar

Former Community Member
You can't edit it because it is a button of type submit, which means it contains internal code to do the submit. If you put code in the click event it will no longer be a submit button.



You can trigger it's click event by doing:



FSSUBMIT_.execEvent("click");



Chris

Adobe Enterprise Developer Support