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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
suitelet form with onclick event
Hello,
I've tried to create a suitelet form that include 2 text boxes and text area (name, email and message) and submit button.
Name: <input type="text" id=name"/> Email: <input type="text" id=name"/> Message: <textarea COLS=40 ROWS=6 id="message"/><textarea> <input type="button" id="submit" value="send" onclick="Send()"/>
When the customer click submit, an email will be sent to the email in the second text box.
how can I use nlapiSendEmail(...) to be performed when the customer click on submit button?
0