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.

Removing the "edit form" link under published forms for admins

  1. I've looked all over the forum for an answer to this, and have seen a couple different answers that suggested a solution, but maybe they were a little over my head.

    How do you get rid of the link on published forms that says "edit form."

    I know that only admins see this link when logged in, but I have multiple admins on my site and I don't want them to see this link and mess up my form.

    I saw something on the post "Capture email from paragraph text input?" that suggested hiding it with CSS, but I don't know how to do that.

    Posted 12 years ago on Friday September 23, 2011 | Permalink
  2. There is currently no option to remove the Edit Link in Gravity Forms v1.0-1.5. It's output by default.

    In Gravity Forms v1.6 (currently available as a stable test release) we have removed the Edit Link entirely rather than making it optional.

    Posted 12 years ago on Friday September 23, 2011 | Permalink
  3. For now, you can add the following CSS snippet to the end of your theme stylesheet to hide the link.

    [css]
    body .gform_wrapper .gform_footer div.gform_edit_link {
    	display:none;
    }

    As Carl said, it's going away completely in the 1.6 version but this should do the trick for you until the new release is out there.

    Posted 12 years ago on Saturday September 24, 2011 | Permalink

This topic has been resolved and has been closed to new replies.