Counter Widget Limits
I would really like to see the ability to limit the counter widget (like the range widget) so I can keep it from going below 0. I can also see a use for a max number as well.
Currently you have to use a validation which doesn't get activated until the form is saved. This wastes time and can easily be prevented.
-
Hi Lea,
You could try to setup a Label element below the counter element. This way when the counter is below 0 you can throw the error message onto the screen. You could also do this with an image element and display an image below when they go below 0.
If you want to make the label field required so users cannot submit you can create a text field, make it required, then change the data type to a label and you will have made a required label.
Do you think this could work for you?
-
Thanks for the suggestions. I have found the Error Message Label doesn't always capture their attention and my form is already humongous and I would prefer not to add a ton more fields especially not image fields (bogging down and syncing issues). I currently do have the validation which works but streamling the process would be preferred. Thanks for the reminder of making the label field required I had forgotten I could do that.
Please sign in to leave a comment.
Comments
2 comments