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.

Oops! We could not locate your form.

  1. I installed gravity form today , and created a sample form and checked out form preview and it worked fine , so then i added a shortcode from form icon on my page

    [gravityform id="1" name="Untitled Form"]
    and it shows
    "Oops! We could not locate your form." on my page
    I looked lots of forum answers but did not solved my issue
    1) I installed meta recovery plugin and tried it , it did not work
    2) I uninstalled and installed again , it still did not work
    3) I exported the form xml to make sure its not empty and it was not empty
    4) And I also cleared cache and checked it .

    i checked to see if my php version was compatible and it seemed to be fine
    PHP Version 5.3.13
    MySQL Version 5.5.27
    WordPress Version 3.4
    Gravity Forms Version 1.6.9

    Please help me solve this , thank you .

    Posted 11 years ago on Friday October 26, 2012 | Permalink
  2. David Peralty

    Can you preview your forms? Can we get a link to a page where you've embedded a form? Can you try the following steps please: http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict

    Posted 11 years ago on Friday October 26, 2012 | Permalink
  3. Yes i can preview my form when its just a gravity form
    The link to a survey page is http://www.epoliciesprocedures.com/survey .
    and i also tried ur other steps for plugin and theme conflict and it still did not work .

    Also i am "Using a pre-existing subdirectory install of wordpress " ,
    WordPress Address (URL) : http://www.epoliciesprocedures.com/
    Site Address (URL) : http://www.epoliciesprocedures.com/testblog/

    so i hope that should not be an issue .

    Posted 11 years ago on Friday October 26, 2012 | Permalink
  4. David Peralty

    What do you mean by "Using a pre-existing subdirectory install of wordpress"? We need to isolate what is special about your installation to be able to figure out where the source lies.

    Posted 11 years ago on Friday October 26, 2012 | Permalink
  5. There is nothing special , u can find a info on http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory , there is a section named "Using a pre-existing subdirectory install"

    It basically means under Genral-> Settings in WordPress
    WordPress Address (URL) : http://www.epoliciesprocedures.com/
    Site Address (URL) : http://www.epoliciesprocedures.com/testblog/

    hope this will help .And thanks for your help .

    Posted 11 years ago on Friday October 26, 2012 | Permalink
  6. Hey can u plz help me .

    Posted 11 years ago on Monday October 29, 2012 | Permalink
  7. Well it works fine when i use <?php gravity_form($id_or_title, $display_title=true, $display_description=true, $display_inactive=false, $field_values=null, $ajax=false, $tabindex); ?> or put it in a widget but otherwise it shows oops form could not be located .

    Posted 11 years ago on Monday October 29, 2012 | Permalink
  8. David Peralty

    I'm going to have a developer look at this. Can you e-mail me admin login access, as well as FTP details? Also, have you used any plugins that might effect your database, such as translators, or db backup tools? My e-mail is peralty@rocketgenius.com

    Posted 11 years ago on Monday October 29, 2012 | Permalink
  9. Hi not sure if this helps... but I'm having the identical problem as discussed here... right after I updated to PHP 5.3.5. I have 3 sites on this one server and they all started to give the Oops! We could not locate your form. Haven't been able to solve yet and can't go back to older PHP 5.3.18 which worked...

    Anyhow.. tried all this... Turned off all plugins & turned on Twenty Twelve then turned back on Gravity Forms and still got "Oops! We could not locate your form." Preview looks great and if I hard code in the bit of code from above

    <?php gravity_form(5, $display_title=true, $display_description=true, $display_inactive=false, $field_values=null, $ajax=false, $tabindex); ?>

    Where 5 is my subscription form it works fine. However.. I've got several different forms everywhere.

    Posted 11 years ago on Thursday January 3, 2013 | Permalink
  10. little more digging and found that the compile of PHP include an old version of PCRE (6.0.something) when the server also has the newest PCRE library (8) on it. Recompiled and bingo... works

    Posted 11 years ago on Friday January 4, 2013 | Permalink
  11. Thank you for that update.

    Posted 11 years ago on Sunday January 6, 2013 | Permalink

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