Creating an HTML Template Locally

When creating an online form template on your local machine, you can define how the fields are arranged, which fields to include on the form and the style of the page. Use standard HTML code to create the template as you would for any other HTML form and include the following elements:

For example, the following HTML code is a representation of an acceptable form template:

          <html>
<head>
</head>
<body>
<NLFORM>
<p>Enter the name of your company: <NLNAME></p>
<p>Enter an email address we can use to contact you: <NLCUSTRECORD1></p>
<p><input type="submit" value="Submit Form"></p>
</form>
</body>
</html> 

        
Important:

The resulting file must include all tags, including <html>, <head> and <body> tags, to ensure that it is a valid HTML file recognizable by NetSuite.

Related Topics

Creating HTML Templates for Online Custom Record Forms
Using NetSuite Tags
Uploading an HTML Template
Creating an HTML Form Template

General Notices