Multiple gift options - hide pricing

  • StefaniK
    Asked on November 21, 2019 at 1:41 PM

    Hello!

    So, I am trying to build a form where people can select which family/organization they would like to support and the amount they would like to contribute. Allowing them to select multiple families and varying amounts. This form illustrates it pretty well. https://form.jotform.com/93234873727163 

    The issue I have is the $1.00 amount showing next to the organization. If that wasn't visible this form would 100% look perfect. Is it possible to make that field not show?

    If not is there a way to use a donation form that would allow 10 gift options with varying amounts that subtotals?

  • John Support Team Lead
    Replied on November 21, 2019 at 3:20 PM

    Hi @StefaniK,

    You can use custom CSS codes to hide that text. Please try injecting these codes to your form:

    .form-product-details {

        visibility: hidden!important;

    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes.

    Please try that and let us know how it goes.

  • StefaniK
    Replied on November 22, 2019 at 1:36 PM

    Perfect! Thank you.