Can I remove the USD Box?

  • lancasterdetroit2025
    Asked on April 9, 2025 at 9:21 PM

    Everything you suggested work perfectly so THANK YOU for that...the only other thing is can I hide the USD textbox? We only want the Cash App portion to show and the text stating if they don't have Cash App they can mail the payments to the Karen Elder and the address listed.


    Also, can that text be BOLDED and can the colors be changed to RED or other colors other than black?
  • Kris Ann JotForm Support
    Replied on April 10, 2025 at 5:13 AM

    Hi Kim,

    Thanks for reaching out to Jotform Support.  I'll need a bit of time to look into this. I’ll get back to you as soon as I can. To avoid confusion, I moved your other question to a new thread and will help you with that here shortly.

    Thanks for your patience, we appreciate it.

  • Kris Ann JotForm Support
    Replied on April 10, 2025 at 8:06 AM

    Hi Kim,

    I understand that you want to hide the payment box with USD at the end. You can hide it by Injecting Custom CSS Code. Let me show you how:

    1. In Form Builder, click on the Paint Roller Icon to open the Form Designer.

    2. Click on the Styles Tab, then under the Inject Custom CSS box, paste the code below:

    #input_5_donation{
    visibility: hidden;
    }
    .donation_currency{
      visibility: hidden;
    }

    Can I remove the USD Box? Image 1 Screenshot 20 Let us know if there’s anything else we can help you with. 

Your Answer