Hi,
I just bought Gravity Forms yesterday in hopes that I can replicate some functionality that cforms has but without some of the hassles.
I used cforms to build a candidate questionnaire and built a simple query for voters to use to review the candidates' responses on another page. You can see how the simple query works here:http://www.boulderblueline.org/test-query/. It passes the users selection to a page with php code in the template that pulls up the responses they want to see. Give it a try to see what I'm trying to do.
I use functions like "get_cforms_data" to pull responses from the database cforms created. It all works great, in theory. However, the actual questionnaire is too long for one page so I need to split it into mulitple pages and that's where cforms has lots of problems. Can't get the multipage thing to work for me at all there.
So, I bought Gravity Forms and really like the form building stuff, and the page breaks are beautifully easy, but I can't find how to pull data out of the database of responses the way I was able to it in cforms. It was pretty easy and well-documented in cforms but I can't seem to find anything similar here. Is there documentation about how to retrieve the data?
Thanks!