My Account

Forums

Home Forums General Bootstrap5 & JS Reply To: Bootstrap5 & JS

#64841
Mark Westguard
Keymaster

Hello Marco,

You can setup a ‘Run JavaScript’ action on WS Form that runs when a form is submitted. There you could append the proper BS5 Toast HTML and initialize the toast and show it:

Run JavaScript


https://getbootstrap.com/docs/5.0/components/toasts/#usage

One option to populate a second form would be to run a ‘Redirect’ action with query strings in the URL and then populate the new form with the query string:

Redirect

Populate a Field With Query String Data

I hope this helps.

John