PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Minimal embedding of form

  1. Mark
    Member

    Hi there

    Great product!

    Was wondering whether there is any way to do this: we use SharePoint and are using GF on a separate server for form functionality. Ideally we'd like to embed (iframe) forms into SharePoint .aspx pages. We used to do this with php, just create a bare php page with manually coded form on there and embed it into the SharePoint content window.

    I'm guessing the only way is to create a totally bare template (eg no headers, menus, sidebars etc), would this be correct? Basically I'm trying to generate a php page with *just* the form on it, nothing else. Anyone know a way to do this?

    Thanks in advance!

    Mark

    Posted 13 years ago on Monday March 28, 2011 | Permalink
  2. Mark, we did this back when for use in a modal form. You can check out this post for more details.. see the part about the page template.

    http://www.gravityhelp.com/creating-a-modal-form-with-gravity-forms-and-fancybox/

    Here's the raw markup for the "plain page template" as well.. http://pastie.org/pastes/1090660/text

    Since this was done a while back, you may need to update the script/CSS versions, etc. but it should give you a plain vanilla page to display your form on so you can iframe it in wherever you need.

    Posted 13 years ago on Tuesday March 29, 2011 | Permalink
  3. Mark
    Member

    Thanks so much for your reply, trying this right now...

    Posted 13 years ago on Tuesday March 29, 2011 | Permalink