Validation alert in Pricing Table
Hello Team,
In the pricing table, is it possible to make the user select at least 1 value?
Keeping a default selected is not helpful because the document may get sent with unintended value selected.
Please comment
Thank you.
-
Hello Akash,
Thank you for the clarification. At this time, it's not possible to turn off the pre-selected radio button when enabling quantity editing in the Pricing Table. I apologize for this. I have submitted a feature request on your behalf regarding this in our idea portal. Click here to access the request and submit another vote, add any comments, or subscribe to receive updates regarding the status.
We appreciate your feedback on improvements to the product!
I do have an idea for a workaround for you. Instead of selecting enable quantity editing and turning on the radio buttons, you could select enable optional item and there would be no selection by default:The drawback with this option is that the recipient would be able to choose more than one item, so if you want the recipient to choose only one, you would want to leave a disclaimer for the recipient.
Thank you again for your feedback. -
Thank you Chris,
Just some more disucssion:"sections": [
{
"title": "Financial Terms",
"default": false,
"multichoice_enabled": true,
"rows": [
{
"options": {
"multichoice_selected":false // Option 1
},
"data": {
"Name": "Fin term 1",
...
}
},{
"options": {
"multichoice_selected":false //Option 2
},
"data": {
"Name": "Fin term 2"
......
}
},{
"options": {
"multichoice_selected":false //Option 3
},
"data": {
"Name": "Fin term 3"
...
}
}
]
}
]
I have been trying with the JSON like the above, all 3 table options are set "multichoice_selected = false"
but still the 1st option would always turn up Selected.
is it also not possible this way too?
Our need is that this field be mandatory & user has to fill a value before Sending.
Thank you.
Please sign in to leave a comment.
Comments
5 comments