Trigger code when submitting form

Hi everyone,

Can a JavaScript code be triggered when clients click on submit in forms?

I have the code but I don’t know where to place it.

Thanks,

Hello @CSerna !

Welcome to the Community!

You will want to put it within the onFormSubmit callback. You can see an example in the docs here