Remove creator header from edit record custrom action popup window

Remove creator header from edit record custrom action popup window

I have a view with a custom action button that will open up a form and allow you to edit the form.

I want this window to open without all the zoho creator header stuff (compay logo, creator tabs etc).

Below if the function I am using. I think that there is another way to write the url that might remove the creator header stuff from the top of the popup window that opens but i do not know what it is. 

Please any help is appreciated.

My function:

  1. void Quoting.editQuoteItem(int ID)
  2. {
  3.     openUrl("https://creator.zoho.com/<zohoaccountID>/<AppName>/#Form:Quotes?recLinkID=" + input.ID + "&viewLinkName=Quotes_Report", "popup window");
  4. }