Jul 2nd, 2012, 4:51 AM
Hello,
I have a form which needs to be actioned by staff within 24 hours. The tracking is done by a separate system so I am just looking to add the action date to the internal e-mail generated on form submission.
I thought about adding PHP i.e. something simple i.e...
<?php echo 'Respond by: '. date('D M j G:i
T Y', strtotime('+1 day')) ."\n";?>
..to the form and sending it to the database.
But I want the date to be set at the time of submission and it is therefore probably something to be added to the api? The person filling out the form does not see the action date.
Any ideas?
Thanks
Kev
I have a form which needs to be actioned by staff within 24 hours. The tracking is done by a separate system so I am just looking to add the action date to the internal e-mail generated on form submission.
I thought about adding PHP i.e. something simple i.e...
<?php echo 'Respond by: '. date('D M j G:i

..to the form and sending it to the database.
But I want the date to be set at the time of submission and it is therefore probably something to be added to the api? The person filling out the form does not see the action date.
Any ideas?
Thanks
Kev