Hello,
I want have a form that if someone checked on a certain offer, I would like to take that person's information (fname, lname, email, etc) and transfer it real time to my client. My client would like me to send the file via a url. (eg: http://www.test.com/index.php?fname=fname&lname=lname&email=email) The problem is I don't want to put this url into my form action cause I want to take this data and put it into my own database too.
Is it possible to load this page on the page after the submit but make it invisible? I was thinking that I should make an invisible iframe (will invisible iframe still load the page even though it's not visible?)
Any help is really appreciated. Thanks!
-Renny