Validate form input from frontend data

What you can do is either

  • Make an API that you can call is the custom validation action - Useful when the data is always changing so you can call that API when needed only

  • Send the frontend data as a hidden payload - Useful when the data is static or does not change that often so that you can send it to Rasa when it changes

1 Like