How to make all entries data in Dashboard > Forms > Entries forces to capitalise

Please help me, with how to make all entries data in Dashboard > Forms > Entries forces to capitalise. When people fill in all words in Single Line Text, Paragraph Text, Address and Name fields and submit the form at Kemaskini Graduan

Gravity Forms doesn’t provide any feature or specific function to achieve what you’re looking for. You would need to create your own custom PHP code and the following filter to alter the values sent by your visitors before saving them into the database: https://docs.gravityforms.com/gform_save_field_value/

There’s an example in the filter documentation that could fit your needs: https://docs.gravityforms.com/gform_save_field_value/#h-8-make-a-value-s-first-character-uppercase

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