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.

Ajax form with a admin field showing

  1. We have a listings which is filterable by location by an ajax script. A form is loaded for each listing, on page load the form displays correctly when we filter the data a form with admin fields comes up.

    Here is the link
    http://www.theprettyblog.com/wedding-suppliers/accommodation/

    Once you filter the location. Click contact and see the incorrect form show.

    Here is the load page template.
    http://pastie.org/2481439

    This is the html replacing the page load when filtered
    http://pastie.org/2481448

    The gravity.php contains the form function
    gravity_form(5, false, true, false, '', false, 12);

    Posted 12 years ago on Sunday September 4, 2011 | Permalink
  2. The problem is it appears Gravity Forms thinks it's being called from the admin, most likely due to how you have implemented some of the custom functionality.

    If you activate the default WordPress theme which doesn't have this functionality and display a Gravity Form does it work properly?

    Posted 12 years ago on Tuesday September 6, 2011 | Permalink