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.

How to remove "Edit this form" link from bottom of form page

  1. I just built a couple of forms and I would like to remove the "Edit this form" link found at the bottom of each page. I could not locate the code in the php files.

    Can someone help me out?

    http://certispect.com/schedule-your-home-inspection-online/
    http://certispect.com/contact-us/

    Thanks,

    Travis
    Certispect.com

    Posted 14 years ago on Friday January 15, 2010 | Permalink
  2. That "Edit this form" link only appears if you are logged into your site as an admin when you are browsing the site.

    Your users do not see this, unless of course they are logged in as an admin and have admin access.

    It is there so that you can quickly edit the form when browsing the front end if you see a problem or want to make a change.

    Posted 14 years ago on Friday January 15, 2010 | Permalink
  3. 'Edit this form' is very handy but it will be great to have it enclosed in a div with a class or just add a class to the a tag. This way we can manage how it looks like or hide it if necessary.

    Posted 14 years ago on Monday January 25, 2010 | Permalink
  4. the edit form link is already wrapped in the "gform_footer" class div so you can easily target it if you would like using simple inheritance

    .gform_footer a {display:none}

    Posted 14 years ago on Monday January 25, 2010 | Permalink

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