Hi, I'm using a gravity form to pass a name and an email address to an external php based mailing manager (yes I know, mailchimp would be preferable but the client has already forked out on this other thing).
I'm using the 'Redirect' method in the form settings, and have 'Pass Field Data via Query String" ticked. This works fine.
But... I'd prefer it if the 'ugly' qs wasn't used, and the data was passed in POST. Is this possible? I have already printed out $_POST on the receiving page just incase it was in there, but no.
Aside: On that note... it would be FANTASTIC if this sport of redirection could be replaced with an AJAX call to another script so the user doesn't have to leave the WP site (even if it's so quick they don't know it).