Saturday, September 22, 2018

Structure of HTML Tags on Custom HTML Templates for Online Customer Form


Three things to consider when creating an HTML file to be used for the Online Customer Form:

     1. Standard HTML tags to be used on the page
     2. NetSuite form tags (the CRMSDK tags)
     3. Submit button

Below is a sample of an HTML file that you can use in an Online Customer Form that contains the three elements mentioned above
.

 <XMP>
<HTML>
<HEAD>
<TITLE>My Online Customer Form</TITLE>
</HEAD>
<BODY>

This is Sample Custom HTML Online Customer Form:

Firsname: </br>
Lastname: </br>
Email: </br>
<INPUT type='submit' style='' value='Submit' id='submitter' name='submitter'></TD><TD><INPUT type='button' style='' value='Reset' id='resetter' name='resetter' onclick="page_reset();return false;">
</NLFORM>
</BODY>
</HTML>
</XMP> 



  

 

No comments:

Post a Comment