I need to create a form that collects data and then will pass it on to this Web Service
https://weblogin.newbenefits.com/WLAuthNET/WLAuthNET.asmx (only using the CreditCharge call)
I have started creating the form http://www.fundraisingmidwest.com/?gf_page=preview&id=9
but need to figure out how to pass the data.
I am still new to web service calls and have been researching, it seems that it can be accomplished using Gravity Forms but the best approach is where I am stuck.
I came across this post http://www.gravityhelp.com/forums/topic/cant-find-any-instructions-to-post-form-data-to-external-url which is helpful but I am still learning all of this and have some questions:
I think I will need to create additional PHP to POST the data. But I might be making it more complicated. Would it be possible to just use the Confirmation redirect?
I have also read another post on using a before Submission Hook. It will be collecting credit card information which I really do not want them stored on my site I would rather it just be passed through.
Thoughts? Your help is greatly appreciated!