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.
Customer form to capture passwords for customers without login access
I hope it is useful to others - took me an age to figure out:
- how to automate granting access and passwords to customers with neither
- useful if you want to allow them restricted access to promotion codes (promocode)
A/ INFORMATION ITEM - contains iframe with customer form
<div style="width: 100%; height: 200px; display: block;"> // some header image or introduction
</div>
<!-- Iframe with customer form external link -->
<iframe src ="<%=getOnlineFormUrl(47)%>" width="100%" height="500px" id="iframe_a" noscroll frameborder="0">
</iframe>
<script type='text/javascript'> var _MYURLPARAM = location.search.replace(".","%2E");
0