Convertigo Public Knowledge base

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

If you wish to reset form inputs after the onSubmit event, do the following:

  • Add a customAction component under the onSubmit event of your Form.

  • in your newly created customAction component, write the code :

    event.srcElement.reset();

You may have a look at the sample project here: https://github.com/convertigo/c8oprj-sample-form-submit Ready to be imported in your Convertigo Studio

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.