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.

gravity forms as a ticket system

  1. Hi! I was wonder if anyone had used GF as a ticket system, it has a Send Note option in entries but can anyone help me to achieve it to an conversation (answer to anwer in the entry page).

    Thanks!

    Posted 13 years ago on Friday November 19, 2010 | Permalink
  2. There is a custom theme that can probably be molded to do this very well, it's already set to do custom post types but you'll have to know a little bit about coding for WordPress to bend it to your needs.

    The theme is quality control, http://getqualitycontrol.com/

    You need to learn how to use the gforms_post_submission hook to set a custom post type.

    The other thing to note, is this will technically cause duplicate entries. 1 in gforms and the other in WordPress post types.

    Your other option would be to use WordPress purely in the backend... but that might be more challenging as it's not as easy to bend to your needs.

    Good luck.

    Posted 13 years ago on Friday November 19, 2010 | Permalink