You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created by: Steve Adams ([email protected]) on 2015/08/05 16:40:23 +0000
Votes at time of UserVoice import: 4
I have a case where I need to use a numeric field which also has a default value.
For example: numericField needs to have a minimum value of 100 and a max value of 1000, but when the user adds a new entry, the field value should default to 256 in the entry form.
Unfortunately, I cannot trust the user to enter the correct default value, even if it is clearly indicated in the field notes.
Right now, when the user adds a new entry, numericField will always be set to 100 the minimum value.
It would be awesome if I could just set a default value in the Craft's number field type. This feels like it should be part of the core and not a plugin for such a simple feature.
The text was updated successfully, but these errors were encountered:
I have a case where I need to use a numeric field which also has a default value.
For example: numericField needs to have a minimum value of 100 and a max value of 1000, but when the user adds a new entry, the field value should default to 256 in the entry form.
Unfortunately, I cannot trust the user to enter the correct default value, even if it is clearly indicated in the field notes.
Right now, when the user adds a new entry, numericField will always be set to 100 the minimum value.
It would be awesome if I could just set a default value in the Craft's number field type. This feels like it should be part of the core and not a plugin for such a simple feature.
The text was updated successfully, but these errors were encountered: