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.

Strange links showing above form fields

  1. All of the sudden, I'm seeing delete, duplicate and edit links above form fields inside a side panel widget. Right above the form field, there is a line that states the type of field and ID, along with Delete, Duplicate, Edit links. Any idea where these came from? I don't see them when the form is part of a post. The classes make it look like it's part of gravity forms.

    Posted 12 years ago on Monday July 2, 2012 | Permalink
  2. David Peralty

    Can you please link to your form? Usually this is a theme or plugin conflict. Please try the following troubleshooting steps:
    http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict

    Posted 12 years ago on Monday July 2, 2012 | Permalink
  3. Here is the link:
    http://dev.barnstableacademy.com/about/why-choose-barnstable/

    If you advance the calendar in the right column to October and then click on the open house. You'll see the form. What's strange is the form was working fine in that plugin last week.

    Let me know if you have any ideas.

    Posted 12 years ago on Monday July 2, 2012 | Permalink
  4. David Peralty

    How do you have the form embedded? Looks like it is embedding like you are in the admin/logged in. Can you tell me more about how you added this form?

    Posted 12 years ago on Monday July 2, 2012 | Permalink
  5. The plugin is a calendar widget. It creates a custom post type of events and then uses that post to create the calendar. All I did was add the short code to the content area of the post. I added a form to the first event on that calendar. It works fine. If you advance the calendar and then go back, all those admin links show up.

    Posted 12 years ago on Monday July 2, 2012 | Permalink
  6. David Peralty

    Yeah, so it sounds like the calendar widget is pulling in the form incorrectly. I am not sure exactly why, but that definitely seems to be the source of it. Most likely a JavaScript conflict of some sort.

    I do see the following errors in your site:

    Warning: you have included the Google Maps API multiple times on this page. This may cause unexpected errors. main.js:41

    FB.getLoginStatus() called before calling FB.init(). connect.facebook.net/en_US/all.js:49

    If you could look into correcting those, maybe it would solve the issue you are having currently with the combination of the Calendar Plugin and Gravity Forms.

    Posted 12 years ago on Monday July 2, 2012 | Permalink
  7. Is there a way to include a form using php inside another plugin?? I wonder if it will work better if I insert the form in the other plugin.

    Posted 12 years ago on Monday July 2, 2012 | Permalink
  8. David Peralty

    Here is the documentation on the PHP embed code:
    http://www.gravityhelp.com/documentation/page/Embedding_A_Form

    Posted 12 years ago on Monday July 2, 2012 | Permalink