Ok, I have just spent a couple of hours trying to add a new field in database and code for a datepicker so I can let my customers choose which day they would like there delivery. Its occured to me that its just getting way too complicated for what I am trying to acheive and was thinking a simpler way would be to add a field on the orders page with a javascript datepicker and then just somehow append that input onto the "leave a message regarding your delivery" field. Any advice on the simplest way to acheive this and which files? basically I just want to get the form field variables from the datepicker field and the message field and add them together so that both are displayed. ie. $message = $message + $delivery_date ( the date just appended onto the message) Any help much appreciated as I have noticed also that a lot of people have been after the same system. Thanks.