Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Can we edit the size of input fields/boxes from an online form template?
Hi,
I am trying to create an online form template for a custom record type. I can add colours to field labels and increase/decrease sizes but unable to do it for input boxes? I do not have much experience with HTML or CSS:(!
In my form I have text, long text, time, date, number,check box and list fields.
Below is a part of my html code. How can I change size, border of input fields?
<tr><td><p>Job Task<abbr class="req" title="required">*</abbr></p></td><td><NLCUSTRECORD_REC_JOBTASK></td></tr>
0