donation box that can take any amount of money.

  • jrglass1949
    Asked on February 17, 2017 at 12:15 PM

    I am working with form https://www.jotform.com/build/70470413272145

    I want to add a donation box that can take any amount of money.

     

    Simular to https://www.jotform.com/build/70470522244145

     

    I tried to enter the code but there was code there

     

        #input_25_1002.form-checkbox {

     

    display : none;

     

    }

     

    label[for=input_25_1002] b {

     

    display : none;

     

    }

     

    existing code

     

     

          .form-label.form-label-auto {

            

          display: block;

          float: none;

          text-align: left;

          width: 100%;

        

          }

        

    I have added the new code below the old code and also tried deleteing old code and adding new code

     

    Thanks,

     

    Jeff

  • David JotForm Support
    Replied on February 17, 2017 at 1:39 PM

    Since the new product would have a different field ID, it would require different code.  You would also need to set up a product with a quantity text box.

    I went ahead and created a quick copy of your form with the updates made.  I created a product with a text box quantity option and then applied the following code:


    #input_18_1003 {
        display : none;
    }

    #input_18_1003_price{
      display : none;
    }

    label[for=input_18_1003] b {

    display : none;

    }

    Here is the resulting form:

    https://form.jotform.com/70475668058972

    You can clone it to your account if you would like:

    https://www.jotform.com/help/42-How-to-Clone-an-Existing-Form-from-a-URL