Log in

View Full Version : Need Help finding a Script for form



Brendon
01-24-2012, 10:44 AM
Hello,

I really need some help with my form: http://wagedayloans.com/apply6GAP.html

I'm posting this information to a 3rd party, They require the Date of Birth field to be POSTED as YYYY-MM-DD yet I want the form to display DD-MM-YYYY which have there unique fields, Ideally I want to reverse the order and make one ID to POST.

Also I would like the data to be be posted to Mail Chimp - Ive been advised that a HTML form cannot action 2 x POST requests and will require some Java Script?

Thank you for your time & hope I can find some help with this issue.

Many Thanks

prasanthmj
01-25-2012, 03:52 AM
You can use the PHP date (http://php.net/manual/en/function.date.php) function to format the way you need.

Mail chimp (http://apidocs.mailchimp.com/api/downloads/ ) has a PHP API that you can use to post the submission to them