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.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Passing data to forms via URL Parameters
We've created an online form which we want to host on our own website so that the URL looks like it's from our company rather than Netsuite.
I've copied the HTML from NetSuite's external URL for the form and changed all the references to absolute references back to https://forms.netsuite.com.
The form works perfectly - looks great and a record is created when the user pushes submit.
But what doesn't work is the parameter passing via the URL. When I append &custrecord18=XXXXX when using Netsuite's external URL the form does get filled in as it should. But when I use the URL on my own website and append &custrecord18=XXXXX, the field doesn't get filled in.
0