Style based URLs Embedded forms

Style based URLs Embedded forms

Hi,

parameters looks to be omitted in certain cases of embed forms : for example, in a HTML view, we embed a form with :
  1. <div elName='zc-component' formLinkName='FormName' params='zc_Header=false&zc_LblFontSize=18'>Loading...</div>
The parameter in bold works correctly, but is omitted when we use the permalink of this HTML view (zc_Header=false is ok but not zc_LblFontSize - not tested with other customization parameters).

There's no problem when we use Iframe instead of div.

That's minor but good to know (and maybe already reported)

Cyril