Apple
October 2, 2023, 12:29am
6
You can use a Condition step, and if you want to abort you can use the Response step with an error code like 401 (Unauthorized) or 422 (Unprocessable content)
Or:
You can validate your forms on the server-side if you need stronger security.
First create a server action, which will use your form and click Globals:
[image]
In the linked page field browse to your page, containing the form:
[image]
Then, open the form menu and select your form. NOTE that if you don’t see your form here, most probably it does not have an ID or NAME, so fixing this will make it appear:
[image]
Then click the Import From Form button:
[image]
This imports the form fi…
1 Like