Custom Donation form with radio list and any amount field

  • lynnkirkham
    Asked on June 15, 2016 at 5:42 PM

    Hi,

     

    How to I create a donation form with radio list of amounts and an any amount field that is integrated with PayPal?

    I want the form to look sort of like this:

    https://bbis.clintonfoundation.org/Tribute

     

    Thanks

  • jonathan
    Replied on June 15, 2016 at 8:39 PM

    Here is a demo form https://form.jotform.com/61668100511951 you can test.

    I used Custom Donation Amount payment option in Paypal tool and Calculation field.

    Here is the video when I was creating the form

    Custom Donation form with radio list and any amount field Image 1 Screenshot 30

     

    You can also clone the form to better review on your Form Builder.

    User guide: https://www.jotform.com/help/42-How-to-clone-an-existing-form-from-a-URL

    Let us know if you need further assistance.

     

     

    Custom Donation form with radio list and any amount field Image 2 Screenshot 41

     

  • lynnkirkham
    Replied on June 23, 2016 at 6:09 PM

    This solved my problem - Thank you!!!!

     

    One last question - how can I hide the total payment field?

  • jonathan
    Replied on June 23, 2016 at 6:29 PM

    You meant like this?

    Custom Donation form with radio list and any amount field Image 1 Screenshot 20

    This CSS codes injected on your form https://www.jotformpro.com/form/61668420399970 

    #cid_66 span.form-sub-label-container {

        visibility : hidden;

    }

    #label_66 {

        visibility : hidden;

    }

     

    Here is the test form also https://www.jotformpro.com/form/61747410275960

    Let us know if there is more we can assist you with.

  • lynnkirkham
    Replied on June 27, 2016 at 7:01 PM

    Hi -

    I have injected the code and the field is hidden but now when the end user clicks the "Visa Method" the Name, address, credit card number etc. fields are not showing.

    see below:

    http://inspiredheartfoundation.org/donate/

    Help Please.

     

    Custom Donation form with radio list and any amount field Image 1 Screenshot 20

  • jonathan
    Replied on June 27, 2016 at 8:52 PM

    I apologize for the mistake. I see the problem also.

    Let me check further for the correct CSS code needed to hide the specific text and input field.

    I'll get back to this once I have update.

    Thanks.

  • lynnkirkham
    Replied on June 28, 2016 at 12:22 PM

    Thank you!

  • lynnkirkham
    Replied on June 30, 2016 at 1:09 PM

    Hi -

    Is there a solution?

     

    Cheers

    Bev

  • Ashwin JotForm Support
    Replied on June 30, 2016 at 2:26 PM

    Hello Bev,

    Unfortunately my colleague is not available online at the moment. I have sent him a message and he will get back to you as soon as he is back online. 

    I did check the form which you have embedded in your webpage and credit card related fields are being displayed when "Visa" is selected. Please check the screenshot below:

    Custom Donation form with radio list and any amount field Image 1 Screenshot 20

     

    Thank you!

  • lynnkirkham
    Replied on June 30, 2016 at 3:12 PM

    Hi -

    I removed the code from the CSS injection place.  I want the calculation to be hidden.  When I inject the code to hide that field it also hides the CC fields upon click.  There is a screen shot above.

     

    Thanks

    Bev

  • jonathan
    Replied on June 30, 2016 at 5:35 PM

    I apologize for the delays. Apparently you can only remove the USD text on the amount field if you used only the form's full source embed code.

    Here is a similar discussion thread about it. The way style of the payment tool was designed, the whole payment tool was using the same style rule for the entire label container from the amount field all the way to the credit card details part.

    Example:

    Custom Donation form with radio list and any amount field Image 1 Screenshot 30

     

    The CSS method could only work if there was no credit card option i.e. if just using the standard Paypal payment type (no credit card option)

    Here is my example form https://www.jotformpro.com/form/61747410275960

    Custom Donation form with radio list and any amount field Image 2 Screenshot 41

    As you can see I was able to hide the amount box, the label text... but not USD. I used only this CSS code

     

    [for="input_66_donation"] {

        display : none;

    }

    #label_66 {

        display : none;

    }

    #input_66_donation {

        visibility : hidden;

    }

    --

    I hope this information help. Please let us know how we can be of further assisstance.

     

     

  • lynnkirkham
    Replied on July 2, 2016 at 2:53 PM

    Hi -

    Thank you for trying to make this work.  Now the form will not send data to PayPal.  It did at one point but not today.... not sure what happened to make the form stop working.

    I also tried embedding with the full source code and it's ALL bad..... the form is all spread out and takes no input.

    I am just stuck on how to make this form work..... please advise.

     

    Thank You!

  • Ashwin JotForm Support
    Replied on July 2, 2016 at 4:34 PM

    Hello lynnkirkham,

    I have moved your question to a new thread and you will be answered here:  https://www.jotform.com/answers/874611 

    Thank you!