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.
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