Before I buy GF I need to know if it can do the following:
I need to set up a petition form. Below the form I want to display all (or the xx latest) entries of that form (see who signed the petition). I'd ideally like the form to update dynamically upon submission, using ajax.
Can this be done with GF (out of the box, or by calling some functions)
I'm hoping for a shortcode version (mybe without ajax) where I'd put something like this on my page:
Sign the Petition here:
[gravityform id="1" name="Petition"]
See who signed:
[gravityform id="1" name="Petition" output="entries" limit="20" order="date" sort="desc"]