Forum Discussion

orangehorse's avatar
orangehorse
Qrew Member
7 days ago

iframe header question

I have successfully embedded the iframe in the attached image in the volunteer site for a not-for-profit. I wondering if there is any way to remove the native "save" button and/or the entire QB title bar. I want the form to seem like the typical web form, so I would prefer to only use the custom submit button. Any advice would be greatly appreciated. 

  • Well, I'm a pack rat for this stuff I guess.   With new style forms you can hide the native save button with the additional parameter of &hs=1.  I guess that means Hide Save = true.

    So the full suffix would be this below and you must use them together

    &ifv=1&hs=1

     

  • Thanks Mark! This solution worked great for web use. It was a partial fix on mobile. It removed the save buttons from the header, but added "Save" and "Save & New" and "Cancel" to the bottom of the form. The "Save & New" is its own curveball because the additional save options are turned off for the form. It doesn't make sense to me why I'm getting a different version on mobile than I am on a laptop. Regardless, this is a big improvement.