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

Hello!

My name is Andreea and I have a questions about completing the forms with certain mandatory characters. So, can I make the use of uppercase/startcase/lowercase words mandatory in the forms?

Thanks! :smiley:

Not sure, but you can convert their form submission to all Uppercase and use that column for whatever you need.

1 Like

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

Thanks! I watched the video and I read the info, but I am a beginner. I think the CSS and hint component are a good idea for the forms but I donā€™t understand how to put a visibility condition for the uppercase/lowercase words because the names are varied.

You can place it in a table column, as long as it is a boolean true/false or empty/not empty that will control the appearance of the hint component.

Sorry! But I donā€™t understand how to corelate the hint component in the boolean column and how to connect it.

Hopefully, you understand this image rather than the explanation in words.

Thanks! It works :slight_smile:

1 Like

@Himaladin now the table with check text matches is unresponsive. It is because of that column with check text? Or is it because of the large data Iā€™ve inserted? What can I do?

Iā€™ve deleted the column and after that it worked to go down the last added info. And after I inserted the column with check text back the table was again unresponsive.

No. This checkbox has no effect on unresponsiveness

What table do you mean? or the form you mean?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.