Validation alert in Pricing Table

Comments

5 comments

  • Avatar
    Christopher Ragland

    Hello Akash, 

    Thank you for reaching out here in the Forums. 

    I would like to make sure I understand your inquiry correctly. Do you want all of the radio buttons to be unchecked when sending out the document to the recipient? 

    0
    Comment actions Permalink
  • Avatar
    Akash Singh

    Hello Chris,

    I need user to select at least 1 before sending out, the table should have 0 selected by default.

    Sending should not happen until it is selected.

    Thank you.
     

    0
    Comment actions Permalink
  • Avatar
    Christopher Ragland

    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.

    1
    Comment actions Permalink
  • Avatar
    Akash Singh

    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.

    0
    Comment actions Permalink
  • Avatar
    Christopher Ragland

    Hello Akash,

    Thank you for following up here.

    Correct, it's not possible that way, either. I have confirmed this with the team. It's part of the restrictions on the multiple-choice section. We do appreciate your feedback regarding this. 

    1
    Comment actions Permalink

Please sign in to leave a comment.