Link to home
Start Free TrialLog in
Avatar of kkiddie
kkiddie

asked on

"GET" form method possible?

Hi Experts:

I'd like to know if this can be done, and if so what is the best approach.

I'd like to have two things happen when a web form is submitted:

1. send an email with some information captured on the form included in it
and
2. issue a "POST" form method to an external URL which includes some captured information from the form as well (i.e. the user would end up at the external website looking at the "POST" processed response from there.

If I could get away with a "POST" form method his would be straightforward to do with a webquerysave agent that sends an email, and a $$Return field with some code to structure the URL. It's the necessity of the GET method which I'm stuck on.

-KK
ASKER CERTIFIED SOLUTION
Avatar of mshogren
mshogren

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kkiddie
kkiddie

ASKER

Yes, sorry for my unclear question. It seems like what you suggest should work, but how do I simultaneously send an email which includes some of the data on the form if the form is directed to an external URL?

-KK
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial