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!
Suitelet Form Posting... Im a newbie...
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.
0