How to add optional payment options for custom donation?

  • NWDSAPJot
    Asked on April 4, 2019 at 12:12 PM

    I would like to add an optional donation payment option on my form. How do I make it so they can enter an amount and submit payment? 

    Jotform Thread 1782636 Screenshot
  • Kiran Support Team Lead
    Replied on April 4, 2019 at 2:06 PM

    You may add another product in the payment field by setting the price as $1 and add the quantity option to the product so that the user can enter the number.

    155440112704042019 230409 Screenshot 10

    You may then inject the following CSS code to the form to hide the pricing of the product.

    label[for=input_21_1013] .form-product-details {

    display: none;

    }

    Please see the cloned version of your form with the above changes.

    https://form.jotform.com/90935877893984

    Thanks!


  • NWDSAPJot
    Replied on April 6, 2019 at 12:14 AM

    Could you please apply those changes to the original form? I couldn't quite figure out how to do it. Thank you!

  • jonathan
    Replied on April 6, 2019 at 8:48 AM

    I have added the same option in your form.

    1554554832zzz 2019 04 06 20 Screenshot 10

    You can check/test your form again.

    Let us know if you need further assistance.