-
lancasterdetroit2025Asked 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 SupportReplied 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 SupportReplied 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;
}
Your Answer
Something Went Wrong
An error occurred while generating the AI response. Please try again!