• Resolved juleskeeper

    (@juleskeeper)


    I added the shortcode to test page. The form looks good, however, at the top of the form an “Edit Form” is showing up and I have no idea why.

    Any assistance on how to remove this would be greatly appreciated.

    Best Regards,
    Julio

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Constant Contact

    (@constantcontact)

    Hi Julio,

    This would be because we do have some usage of the get_edit_post_link() as part of the output. This should only be showing for logged in users who have the capability to edit the form in question.

    Admittedly we don’t have a toggle to turn it off, but if you do the following CSS, it should visually hide it.

    .ctct-button {
        display: none;
    }
    
    Thread Starter juleskeeper

    (@juleskeeper)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Edit Form Button Showing Up’ is closed to new replies.