If you would like to avoid having your website users log in twice, then you can embed our extension and use it as a dynamic view generator. If you know how to pass the UserID to your website, you can use our Users Table Formula. The implementation requires passing the “login” parameters in the extension URL within the embed code.
💡Field names
Encoding the space character in the field name usually causes issues. We recommend removing spaces from the field name (or any special characters).
Script Example
Here's an example of how the final embed code should look:
<iframe id="miniExtIframe-UVScYscgiAWqC4rrfybo" height="800" src="https://web.miniextensions.com/UVScYscgiAWqC4rrfybo?login_Name=John%20Doe"></iframe><script id="embed-script-id" type="text/javascript" src="https://web.miniextensions.com/statics/embed.js?miniExtIframeId=miniExtIframe-UVScYscgiAWqC4rrfybo"></script>
In this example, the login field is called "Name" and the value is "John Doe".
⚠️ Note
This is an advanced feature. The portal does not automatically integrate with your website. You might need a web developer to figure this out.