Publish page with embedded form + privateLink parameter added

Publish page with embedded form + privateLink parameter added

Hi there,

I need to embed the same form on 3 different websites, all with different styling applied.

I figured the best way to do that is by creating 3 html pages and embed the form in each.

Problem:
Can't get the form to show public in the pages. When not logged in I am getting login form on the place where the embedded form should load.


I tried following these step:
https://help.zoho.com/portal/en/community/topic/embedded-form-layout-changing-the-styling#2266000006278456

So I published the form. Copied the long key as a parameter to the url of the embedded form in my page like this:
  1. htmlpage register1()
    displayname = "register1"
    content
    <%{%>    <h1>Register</h1>
      <div elName='zc-component' formLinkName='Register' params='privateLink=3kaANjf4  ...........  A6MbY' >
                  <div id='loading_animation'>
      </div>
    <%}%>

Then embedded the page in the website using iframe:

  1. <iframe height='500px' width='100%' frameborder='0' allowTransparency='true' scrolling='auto' src='https://creator.zoho.com/ ...my path.../view-embed/register1'></iframe>

Am I missing something? is the parameter privateLink still supported?