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.

User Post Shows Empty

  1. facupuig
    Member

    Hi there, sorry if this was already addressed I was not able to find any information yet.
    The issue is that after submit the form, the content is empty, only the title is shown, but nothing from the form.

    You can see it here: http://soledadolivieri.com.ar/v3/archives/382

    Any ideas?

    Thank you in advance

    Posted 13 years ago on Friday August 27, 2010 | Permalink
  2. I don't see a form on the page that you linked to, can you post a link with the form having the issue so we can see what it is doing?

    Posted 13 years ago on Saturday August 28, 2010 | Permalink
  3. facupuig
    Member

    Here it is:
    http://soledadolivieri.com.ar/v3/alquiler-o-venta/ingreso-propiedades

    Thank you!

    Posted 13 years ago on Saturday August 28, 2010 | Permalink
  4. The first issue I see is the Gravity Forms styles are not being loaded.

    You need to make sure your theme has the wp_head() function called in your header.php file AND the wp_footer() function call in your footer.php file.

    These are necessary for plugins to be able to insert code into the head and foot of your site. This is how Gravity Forms outputs it's CSS styles and Javascript.

    You can read more on these functions and where they go here:

    http://codex.wordpress.org/Theme_Development

    Posted 13 years ago on Monday August 30, 2010 | Permalink
  5. facupuig
    Member

    Hey Carl, thank you! I did check (just in case) in the studiopress forums, and the theme has both options, also I disabled all the plug ins except for GF and still not working, any other ideas? thank you in advance.

    Posted 13 years ago on Thursday September 2, 2010 | Permalink
  6. The only way to debug this is to provide us with a WordPress admin login so we can take a look. You can send this information via our Contact Us form and reference this forum post.

    Posted 13 years ago on Thursday September 2, 2010 | Permalink
  7. The issue is you had the CSS output turned off in the Gravity Forms settings. That is why the forms were not styled and the thank you message didn't appear correctly when the form was submitted.

    I turned the CSS output on and the form is working as intended.

    Posted 13 years ago on Tuesday September 7, 2010 | Permalink