Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
We have this scenario that the checkbox list items contains comma i.e. Doe, Jane Lee, Ann Test, Sam
So when we select both 'Doe, Jane' and 'Test, Sam' The value stored in UF Records Table is 'Doe, Joe,Test, Sam'.
How we can handle this case? Is there a way to reconfigure the delimiter to other string value?
Please advise.
Did you get an answer to this? I'm having a similar problem with validation of a pre-value that includes a comma.
The select option is "$20,000 and up" and
I'm getting the validation error "Unexpected value: '$20'. Expected one of these: 'Under $10,000', '$10,000- $15,000', '$15,000 - $20,000', '$20,000 and up'"
Hi Both,
Just to give an update, I've raised this on the issue tracker for Umbraco Forms
https://github.com/umbraco/Umbraco.Forms.Issues/issues/260
There is no easy fix unless you know a way to replace the UmbracoFormsController
Thanks
Nik
Hi -- I already raised this issue on the issue tracker for Umbraco Forms, and they have fixed it (I think) but it is not released yet.
https://github.com/umbraco/Umbraco.Forms.Issues/issues/243
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Issue with prevalue items with comma
We have this scenario that the checkbox list items contains comma i.e. Doe, Jane Lee, Ann Test, Sam
So when we select both 'Doe, Jane' and 'Test, Sam' The value stored in UF Records Table is 'Doe, Joe,Test, Sam'.
How we can handle this case? Is there a way to reconfigure the delimiter to other string value?
Please advise.
Did you get an answer to this? I'm having a similar problem with validation of a pre-value that includes a comma.
The select option is "$20,000 and up" and
I'm getting the validation error "Unexpected value: '$20'. Expected one of these: 'Under $10,000', '$10,000- $15,000', '$15,000 - $20,000', '$20,000 and up'"
Hi Both,
Just to give an update, I've raised this on the issue tracker for Umbraco Forms
https://github.com/umbraco/Umbraco.Forms.Issues/issues/260
There is no easy fix unless you know a way to replace the UmbracoFormsController
Thanks
Nik
Hi -- I already raised this issue on the issue tracker for Umbraco Forms, and they have fixed it (I think) but it is not released yet.
https://github.com/umbraco/Umbraco.Forms.Issues/issues/243
is working on a reply...