Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

After submitting form inputs data to a Convertigo Sequence, for example, you may want to check and warn the user if the process has succeeded or if it went wrong.

Under the Call_sequence component placed in the onSubmit event of your form, use the IfElse and doElse components to control the Sequence response and display a message to warn the user.

...

In the doElse component, you can use an Alert component, in case there was an error.

...

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