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.

post to static page

  1. les112
    Member

    I want gravity forms to post form information on the static page that the form is on. I did post an earlier request 5 days ago titled form wont refresh and sent a email with the webpage admin login as requested but have not yet had a relpy.
    I have got it to work for admin but it does not work for the public reader. The method used is to redirecting the confirmation to a dummy page which redirects to the original page through a query string pageURL={embed_url}.in the form settings.

    Posted 13 years ago on Wednesday March 30, 2011 | Permalink
  2. The problem is in custom code you have implemented. Not necessarily the code, but how you have it implemented. Your theme template file looks a bit of a mess with code everywhere. Custom code is typically supposed to go in your themes functions.php file when possible, not within the template file itself.

    1.5 itself works as intended outside the scope of the custom code and customizations you have implemented.

    Here is that form embedded in the standard way on a test page:

    http://www.artphototravel.net/gravity-forms1/

    You will see that it submits and redirects as intended. So the issue is in how you have custom code implemented and your custom theme template file.

    Posted 13 years ago on Thursday March 31, 2011 | Permalink