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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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