Page 1 of 1

How do I create an Iframe without the nav bar?

Posted: 2020-06-15 15:56
by nycwebmaster
Hi,

Is there a way to be able to create Iframes from the forms I'm creating in Appgini in which I can incorporate in other websites without showing the navigation bar. Only showing the form?

Re: How do I create an Iframe without the nav bar?

Posted: 2020-06-15 17:48
by pbottcher
Hi,

may this gives you some information.

viewtopic.php?f=11&t=2604&p=7753&hilit=iframe#p7753

if you are on the same origin, you should be able to handle the rest through the hooks files.

Re: How do I create an Iframe without the nav bar?

Posted: 2020-06-16 03:59
by jsetzer
Hi,

I'm not sure if this is what you want and if this works in all cases, but you can try adding the Embedded parameter to the source of the iframe:

Code: Select all

TABLENAME_view.php?Embedded=1
or

Code: Select all

TABLENAME_view.php?SelectedID=1&Embedded=1

Does this help?

Regards,
Jan