Hi,
I’m wondering if it is possible to implement the followings:
Get the form content forwarded to a 3rd party lead validation vendor (to check against stop file) and based on SUCCESS or FAIL feedback, present two possible thank you page for the visitor. One says Thank you, your order is accepted and another with some Sorry, something went wrong etc. message.
The vendor expects something like this delivered to their system
http://vendorpage.com/?country=dk&cid=1773&pid=484&firstname=Hans&lastname=Jensen&address=TESTADDRESS 77&zip=1202&city=TESTBY&telephone=12123369&mobilephone=12123369&field1=10016237010&dobday=07&dobmonth=12&dobyear=1968&email=njnkotjhma@test.com&gender=M
After validation the vendor do the following: A successful lead will generate the response SUCCESS. If some data is wrong or do not pass the validation procedures, the server will respond FAIL followed by a brief description of the error. The response values will be passed as plain text in capital letters in the response from the server.
Kind regards
Gabor