Publishing Creator Page with form/record edit in iFrame

Publishing Creator Page with form/record edit in iFrame

I am trying to create a published/public page with an HTML snippet iFrame that displays a single record in edit mode. I would like that record to be passed via  URL variable (fcyearId). I am having trouble displaying anything in the iFrame. 

I have published the form, report, and page but I am getting "creatorapp.zoho.com refused to connect." error.

Here is the HTML snippet
  1. <%{
  2. %>
  3. <div elName='zc-component' params='zc_Header=true&privateLink=[perma link code for Forecast_Year form]' >

  4. <iframe name='frame16' allowTransparency='false'  style="box-sizing:border-box; width:100%; height:1000px; border: 2px solid LightSkyBlue" src='https://creatorapp.zoho.com//[org name/[appname]/Forecast_Year/record-edit/All_Forecast_Years/' + input.fcyearId </iframe>    
  5. </div>
  6. <%

  7. }%>