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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
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