-
tommichaud007Asked on April 23, 2025 at 5:14 AM
Regarding the above referenced form:
- In the sales section, please make the "Total Sales" field the same size as the "Catering Sales" and "AM Sales" fields Also, use a comma separator for the thousands ($1,876.88).
- In the "Notable Sales" input table field, please size the column width of the description column (EZCater, DoorDash, 858Togo, etc) to a width to accommodate the longest description and the "Sales" column to accommodate up to $100,000,000.00. It should not require a horizontal scroll bar.
- In the form calculation field "Notable Sales Total" please use a comma separator for the thousands ($1,876.88).
Thanks Tom
-
Jovito JotForm SupportReplied on April 23, 2025 at 9:13 AM
Hi Thomas,
Thanks for reaching out to Jotform Support. You can adjust the field settings by injecting the CSS code to your form. Let me show you how:
1. First, copy this CSS code.
input#input_26 {
height: 40px;
}
input#input_26 {
font-size: 14px !important;
font-weight: 500;
}
th.form-matrix-th {
width: 200px;
}
th.form-matrix-headers.form-matrix-column-headers.form-matrix-column_0 {
width: 250px !important;
}
2. In Form Builder, click on Paint Roller icon to open Form Designer.
3. Then, under Styles tab, scroll down and paste the code in Inject Custom CSS text area.
As for your other question, I've moved that to a new thread. You can check that out here.
Give it a try and let us know how it goes.
Your Answer
Something Went Wrong
An error occurred while generating the AI response. Please try again!