Hi,
here is my problem of the day :
a required field (radio box) which is declared in Data view, is from time to time empty in datas (not everytime).
My form is online and works well. If user tries to overpass this field, he can't submit.
How can some users register without checking this required field ?
I can give admin access and url in private message if needed.
Thanks
Best regards
here is my problem of the day :
a required field (radio box) which is declared in Data view, is from time to time empty in datas (not everytime).
My form is online and works well. If user tries to overpass this field, he can't submit.
How can some users register without checking this required field ?
I can give admin access and url in private message if needed.
Thanks
Best regards
Hi Repitol,
This can happen if the user has JavaScript disabled in their browser - that disables the client-side validation. You should add a server-side check to be sure.
Bob
This can happen if the user has JavaScript disabled in their browser - that disables the client-side validation. You should add a server-side check to be sure.
Bob
Hi Repitol,
To validate a required input you can use the Auto Serverside validation action.
Bob
To validate a required input you can use the Auto Serverside validation action.
Bob
Hi Bob,
I've seen Auto Server Side Validation in Core actions.
Thanks for that clue.
to fix my problem I'd put a default choice in my radio box field. Then, user couldn't leave a blank field in DB (csv export). It was not a correct fix cause no way to be sure the choice in that field was the good one.
(Bob, I still don't have an invoice for my 5 licences purchase (sale 4742733659), no answer from Mike, would you please ask him to reply if possible ?) :wink:
I've seen Auto Server Side Validation in Core actions.
Thanks for that clue.
to fix my problem I'd put a default choice in my radio box field. Then, user couldn't leave a blank field in DB (csv export). It was not a correct fix cause no way to be sure the choice in that field was the good one.
(Bob, I still don't have an invoice for my 5 licences purchase (sale 4742733659), no answer from Mike, would you please ask him to reply if possible ?) :wink:
Hi Repitol,
I had forgotten that there is a known bug with the checkbox group validation and probably the same with radio buttons.
You should still be able to use serverside validation to check if there is a value set.
Max is away this week and only picking up emails occasionally. I expect that he will get back in touch about your invoice when he is in his office again.
Bob
I had forgotten that there is a known bug with the checkbox group validation and probably the same with radio buttons.
You should still be able to use serverside validation to check if there is a value set.
Max is away this week and only picking up emails occasionally. I expect that he will get back in touch about your invoice when he is in his office again.
Bob
Hi,
ok. Thanks.
I really need that invoice cause our accountancy has to be closed tomorrow.
ok. Thanks.
I really need that invoice cause our accountancy has to be closed tomorrow.
This topic is locked and no more replies can be posted.