Hi Guys
Thanks for a great (still!!!) piece of software.
I have a question I am sure you can solve for me - We are using the IP address on the 'response' email as an invoice number (the form is the Order itself, the response email is the Invoice).
What we are trying now to do is; just in case there are numerous order out of the same office, is to add a small script that writes the hours and minutes (ie 15:35) after the IP address.
My question... where and how do I put the script - if in the "chronocontact.php" file, what is the context (being completely unaware of syntax in this sitaution)
TIA. Simon
... if the script is:
<!--
// var d = new Date();
// var curr_hour = d.getHours();
// var curr_min = d.getMinutes();
// document.write(curr_hour + " : " + curr_min);
//-->
Thanks for a great (still!!!) piece of software.
I have a question I am sure you can solve for me - We are using the IP address on the 'response' email as an invoice number (the form is the Order itself, the response email is the Invoice).
What we are trying now to do is; just in case there are numerous order out of the same office, is to add a small script that writes the hours and minutes (ie 15:35) after the IP address.
My question... where and how do I put the script - if in the "chronocontact.php" file, what is the context (being completely unaware of syntax in this sitaution)
TIA. Simon
... if the script is:
<!--
// var d = new Date();
// var curr_hour = d.getHours();
// var curr_min = d.getMinutes();
// document.write(curr_hour + " : " + curr_min);
//-->