I am working to help someone get a gravity form working as means to frontend post submission.
The requirements are that the form needs to run on a BuddyPress group page also it needs to tie in to a group category plugin (secondary requirement)
The form itself works fine run as a shortcode on standard WP page.
To enable the shortcode to work on the BP group page I had use do_shortcode('[gravityform]')
That worked fine however the form wont submit at all, page doesn't refresh nor form details clear. I tried setting ajax to false and also disabled JS in my browser to no avail.
Is there some trick to getting things working? In using the do_shortcode have I caused an issue, do I need to do anything further?
Or is it simply a case that we can't run the form through a BP component in this manner?
the secondary requirement runs a form through the plugin function but that isn't so important as simply getting form submission working.
We're running with WP 3.2.1 / BP 1.5 / GF 1.5.3