Saturday, October 6, 2018

Pass URL Parameters to an Online Customer Form Placed in an Iframe

There are times where Users set links from their affiliate Web Site to point to an Online Customer Form created in NetSuite. There is also an option to pass Marketing Information through URL Parameters however it is not taken in by the form if it is embedded in an inline Frame or Iframe.

A sample URL of a link with the parameter: www.domain.com/?leadsource=mypartner

Here are the steps on how to go about it:

1. Look for and edit the page where the Iframe is coded

2. Add a unique ID attribute for the opening tag of the Iframe as shown at the last part of the code below

3. Add the following code snippet following the closing tag of the iframe

4. Save the changes.

No comments:

Post a Comment