Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Suitelet Form posting
Hi everyone,
Im a realitve newbie to creating suitelets... Im used to writing html and pretty much using javascript for validation and other simple stuff.
what I would like to know is... Im using suitelets to create a netsuite form. i am
when i submit the form i expect my page to capture the post request and display the form data. currently i am using this method to display the data.
var PostedForm = demoSimpleForm;
response.write(PostedForm.textfield);
for some reason everything comes back as undefined.
so how do i capture what is actually being sent from my form ?
any help greatly appreciated.