Can I make the use of uppercase words mandatory in the forms?

Do you want to validate the form input? You can use regex in the “check text matches” column. If it’s more complex, you can use the JavaScript column and ChatGPT’s help to create the code. Then, you should conditionally control your submit button if your mandatory requirements are not met.

2 Likes