Understanding how form fields display user input

Form fields display exactly what your users type into them.

How form fields display user input

Your forms show whatever users enter into each field. This applies even if a field is marked as required. The system does not validate the content against the field's intended purpose. For example, a user can type an email address into a name field.

Managing unexpected input

The data you see in your dashboard directly reflects user submissions. This behavior ensures flexibility for your users. It also helps you understand how users interact with your forms.

Did this answer your question?