Help With Dynamic PHP Agreement Email.
Posted: Fri Jul 25, 2008 7:34 pm
Specs.
The form will function similar to a contact form except the fields entered will have to be dynamically 'posted' in a document. It will also be in a HTML email.
To clarify.
I will send an email to a client with a blank agreement doc...featured in an inner window. Below the doc will be fields ...name, number, address etc.
with a submit button at the bottom.
Once the fields have been completed, and the user presses the submit button, I want the details in the field to be entered into the correct places in the doc and have that sent to an email address.
I'm hoping this will be done using $_post, $_get, or $request.
Can any one advise how to best approach this??
Any help is very much appreciated.
The form will function similar to a contact form except the fields entered will have to be dynamically 'posted' in a document. It will also be in a HTML email.
To clarify.
I will send an email to a client with a blank agreement doc...featured in an inner window. Below the doc will be fields ...name, number, address etc.
with a submit button at the bottom.
Once the fields have been completed, and the user presses the submit button, I want the details in the field to be entered into the correct places in the doc and have that sent to an email address.
I'm hoping this will be done using $_post, $_get, or $request.
Can any one advise how to best approach this??
Any help is very much appreciated.