-
TempleBethShiraAsked on August 18, 2025 at 11:11 PM
-
Kenneth JotForm SupportReplied on August 18, 2025 at 11:35 PM
Hi Daniel,
Thank you for reaching out to Jotform Support. I was able to customize the form and apply the changes to my cloned form. I've shared a screencast below of my results:
You can easily increase the width of the Payment field input box by Injecting CSS Codes into your form. Let me walk you through it:
1. First, copy this code:
input#input_54_donation {
width: 180px;
}
2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.
3. Now, in the Form Designer menu, click on the Styles tab, scroll down, and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.
Give it a try and let us know how it goes.