Forums

Different Email Templates for 1 form.

dmmllc 30 Apr, 2012
I have searched the forum but cant seem to find what I need.
Here is the situation:

I have a website, which has a form and sends the data to the set email. But I need to be able to track the number of form submissions.

1) Is there a way in the backend (joomla) to see the number of form submissions and when it was submitted?
2) If not, is there a way I can have a email sent when the form is submitted letting me know of a submission, but not including the form data? I still want it to go to EMAIL#1 with the full information, but i would like it to also go to EMAIL#2 letting me know of a submission without the form data.

Thanks in advance for all the help. Its really appreciated.
GreyHead 30 Apr, 2012
Hi dmmlic,

Why not just save the results (or one field from them) to a database table and then you can check the number of records saved.

Bob
dmmllc 01 May, 2012
Thanks for the reply. Can you tell me how i can do that or link me a thread if you can of a guide for that. I looked and cant seem to find one. Thanks again.
GreyHead 01 May, 2012
Hi dmmllc,

I don't think that there is a thread for exactly this. Just create a table and add a DB Save action to save the records.

Bob
This topic is locked and no more replies can be posted.