Hi all
I need to email the contents of a form to a designated user and update the contents of the database based on information entered on the form. The actual emailing and updating are not a problem --- what I'm having difficulty with is that the user needs to be able to edit the email before sending.
I saw in another thread that putting the form's action as "mailto: blah@blah.com" will open the email program --- the problem then comes on how to update the DB?
My ideal solution is for the email program to open so the user can see the message being sent while, in the background, the DB is updated (not sure if this is do-able). Another option is for a new form to open, with the message displayed as a field to edit and on the submit of the form, the DB would be updated and the email sent.
Does anyone have any thoughts for this?
Thanks as always
Craftor
I need to email the contents of a form to a designated user and update the contents of the database based on information entered on the form. The actual emailing and updating are not a problem --- what I'm having difficulty with is that the user needs to be able to edit the email before sending.
I saw in another thread that putting the form's action as "mailto: blah@blah.com" will open the email program --- the problem then comes on how to update the DB?
My ideal solution is for the email program to open so the user can see the message being sent while, in the background, the DB is updated (not sure if this is do-able). Another option is for a new form to open, with the message displayed as a field to edit and on the submit of the form, the DB would be updated and the email sent.
Does anyone have any thoughts for this?
Thanks as always
Craftor