How to remove one of the checkbox options on my paypal field

  • renzop
    Asked on October 1, 2014 at 1:09 AM

    I want to remove a dues check box "regional dues $60.00 USD" from the dues field.

    the show multiple/hide multiple in advanced features only explains how to hide a whole field. I want to delete or hide only one of the four choices in the dues field.

    thank you,

    carl

  • TitusN
    Replied on October 1, 2014 at 3:12 AM

    Hello Carl, 

    I'm not sure if you want to permanently remove the $60 option from your list of dues on your paypal field if so, you can do that as shown below: 

    How to remove one of the checkbox options on my paypal field Image 1 Screenshot 20

    I get the feeling that you may also want to optionally hide that option depending on something selected on the form - is that right? 

    Looking forward to your response. 

  • renzop
    Replied on October 1, 2014 at 8:51 AM
    Hi Titus,
    Thank you for your fast response. Jot Form is the first company that actually responds thoroughly and quickly to any questions.
    You guessed correctly, I only want to hide or disable the $60 dollar option because it is past due.
    Impressed,
    Carl

    ...
  • Ashwin JotForm Support
    Replied on October 1, 2014 at 10:20 AM

    Hello Carl,

    Though you can add conditions in your form to hide the complete "Dues" payment question but it is currently not possible to hide one of the products of your payment question.

    As the due date has already passed and "Regional Dues $ 60.00 USD" option cannot be selected by users, you can simply remove the product as explained by my colleague.

    If you just want to temporarily hide this from your form, you can inject the following custom css code in your form :

    input#input_52_1001 { display: none !important;}

    input#input_52_1001 + label { display: none !important;}

    The following guide should help you in injecting custom css code:  http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!

  • renzop
    Replied on October 1, 2014 at 10:41 AM
    Hi Titus,
    I followed the instructions and was able to remove the $60 option.
    I then embedded the new set-up and copied and pasted the code provided.
    But it doesn't reflect on the form when it appears in the browser. ???
    Help,
    Carl

    ...
  • Jeanette JotForm Support
    Replied on October 1, 2014 at 12:36 PM

    Hello Carl,

    Since this is a new unrelated issue, I've opened a new thread on your behalf, please follow up there.

    And thank you for your nice feedback above.

  • renzop
    Replied on October 4, 2014 at 12:31 PM
    Hi Titus,I just want to disable the $60 registration check box after the due date.That would leave only the penalty registration check box of $150 plus other options.Thanks,Carl
     
    ...