Hello everyone,
Having trouble with a field in a form. Specifically, the select type field.
All of the options are entered, however, when viewing the form live a "This field is required " error keeps being displayed.
Here is the link to the form: Events | Looker
Any insight as to why this is occurring?
Screenshot of field setup below:
Solved! Go to Solution.
I'm assuming you want the field to be required - but the issue is when someone selects the first option and you still get the pop-up, right? If so, don't place one of the values as the first choice since this first value cannot contain a stored value. Instead, include a null "Select a date" option as the first value - similar to how we do it for country name:
You can uncheck the is required box (under behavior) if you don't want the fields to be required.
uncheck the option here:
-Greg
I should have been clearer.
I do want the field to be required. The problem is when selecting submit the "This field is required" message keeps on popping up.
Then Dan's suggestion is the right one
I'm assuming you want the field to be required - but the issue is when someone selects the first option and you still get the pop-up, right? If so, don't place one of the values as the first choice since this first value cannot contain a stored value. Instead, include a null "Select a date" option as the first value - similar to how we do it for country name:
That makes sense. Thanks Dan!
Hey Dan Stevens,
Do you happen to have a solution for a field that isn't a selection type field? We have forms that are translated in different languages, so either having the "required message" removed or changed would be great. Here's an example of a form that needs a tuneup:
It's the same for any text field: you have "Is Required" checked in the form setup.
If you want to localize the error messages, you can look back at some of my old posts for pointers and demos.