I'd like to use Gravity Forms to post data to an external PHP script, located here: http://www.foothillunitycenter.org/forms/emaillistform/emailform.php, rather than use the existing form, because I do want to include some form validation here.
I found this discussion on the topic: http://www.gravityhelp.com/forums/topic/cant-find-any-instructions-to-post-form-data-to-external-url - which I think would pretty much resolve my issue, but I haven't been able to get it to work yet.
For what I want to accomplish, do I need to add any code to functions.php? IF so, would this code work:
I did try it, and it didn't seem to do anything.
The other thing I tried was to setup a redirect in form settings. Under the confirmation tab, I entered the URL to the php form and then added teh following merge tags: name={Name:1}&email{Email:2} and that didn't seem to do the trick either.
If anyone could guide me to the right path, that would be rad.