I need to adjust some fields and survey min max not working on the Multiple Choice field

  • ReviveEvents
    Asked on September 13, 2019 at 7:43 PM

    Hello ...


    On my Registration  Winter "20 form, I need the "Other Amount Credit Card" filed expanded under payment section. Think I read you guys can code that for me. 

    Also, In that same section...I am putting survey min max in for 1 selection only but you can still click every box. It only give the max warning in the "other" field.


    Thanks!  

  • KrisLei Jotform Support
    Replied on September 13, 2019 at 8:14 PM

    Hi,

    I apologize for the confusion, regarding the "Other Amount Credit Card" expanded under the payment section are you referring to add a payment option on your form?


    ...putting survey min max in for 1 selection only but you can still click every box. 

    For this field, you have used the Multiple Choice widget and that's the reason why it let you select multiple options. Please try to use the Single Choice widget if you want your users to select 1 option. 

    We will wait for your response.


  • ReviveEvents
    Replied on September 13, 2019 at 9:01 PM

    Yes, the last option on this section. "Other Amount" ...the "credit card" text is cut off because the field doesn't allow enough characters. (see screen shot) 

    And will change to single option. Will I have to start over and input conditions again etc. Or is there a way to transfer the info. I am not savvy at all this so trying to save time. :) 

    1568422869Screen Shot 2019 09 13 at 7 Screenshot 10

  • KrisLei Jotform Support
    Replied on September 13, 2019 at 9:53 PM

    Hi,

    I have cloned your form and also made the changes in the fields. For the "Other Amount.." field I injected these CSS codes:

    .form-radio-other-input.form-textbox {

        width : 200px;

    }

    Unfortunately, there's no way to transfer the properties and conditional logic to fields. So, I already applied the conditional logic and values on the Single Choice widget from the Multiple Choice field.

    Here is the link to the cloned form, please feel free to copy/clone it:

    https://form.jotform.com/92557909131967

    For your reference on cloning a form: How to Clone an Existing Form from a URL

    I hope this helps. Let us know if you need further assistance.