Forums

How to send an automatic response to the person who complete

thyboob 17 Jan, 2013
Hello, I'm french and do not speak English. so I use google translation. Sorry if my post is not very clear.
I just installed ChronoForms on joomla 2.5. it works very well. except that I wanted to use the mail 2 to an acknowledgment of receipt to the person who filled out the form (mail with different formatting)
is this possible? if yes how? because I can not do it.
if you have the opportunity to Illuster your advice, it would be very nice.
Thank you very much for your help
Thierry
thyboob 17 Jan, 2013
Thank you very much for your link
I'll watch it tonight and I'll let you know
Thierry
thyboob 17 Jan, 2013
Hello Bob
I just realized my second e-mail with your tutorial and it works very well.
Thank you for your help
goodbye
Thierry
thyboob 18 Jan, 2013
Hello Bob
excuse me disturb you again, but in my mail thanks, I want to put my logo on my website.
I inserted the code in the template of the mail 2 but it does not work.
I verified that my email was well HTML
Here is the code:

<p> src="/images/logo_petit.png" <img alt="" /> </ p>
<address> <strong> Thank you for your message </ strong> </ address>
<table border="0" cellspacing="5" cellpadding="5">
<tbody>
<tr>
<td> <strong> Name </ strong> </ td>
<td>
<p> {input_text_1} </ p>
</ td>
<td> <strong> Mail </ strong> </ td>
<td>
<p> {Email} </ p>
</ td>
<td> <strong> message </ strong> </ td>
<td>
<p> {Message} </ p>
</ td>
</ tr>
</ tbody>
</ table>

Thank you in advance for your help
GreyHead 18 Jan, 2013
Hi Thierry,

If it's going into a email then you have to add a full URL because the reader won't be on your website when they open it.
<p><img src="http://my_domain.com/images/logo_petit.png" alt="" /></p>

Bob
thyboob 18 Jan, 2013
Bob thank you for your answer!
but it does not work, my message does not go away.
I reΓ§oi the mail to the administrator, but for the "User" I get nothing!
here is my code
<p> src="http://d-clicinformatique.fr/images/logo_petit.png" <img alt="" /> </ p>

If I remove this line, I receive my 2 emails
I also tried with "www." But it does not change

thank you
GreyHead 18 Jan, 2013
Hi thyboob,

That isn't valid HTML - please see the example I posted.

Bob
thyboob 18 Jan, 2013
bob
Sorry for my previous message. Because I should be careful.πŸ™‚
In the meantime, thank you because it works very well.πŸ˜€ πŸ˜€ πŸ˜€
I will continue my form.

good day
Thierry
fredfitaire 05 Mar, 2013
Hi Greyhead,

It's been a long time since I've been here !

I'm still in Joomla 1.5 and Chronocontact 3.2 (I'm very late I know, shame on me !) and would also like to send an acknowledgment email to the person who filled the form (and gave his email address).
The video in the FAQ you mentioned is related to version 4, can it be applied to version 3.2 or is there a different way to do it ?

Is it also possible that the main email (not the acknowledgment) contains a CSV file summing up the informations filled in the form (or at list a text file with the informations separated by a coma) ?

Thanks !
GreyHead 05 Mar, 2013
Hi fredfitaire,

The CFv3 email setup looks different to the Cfv4 one but works similarly.

Leave the template empty box completely empty to generate a temple containing the form input labels and results (you can then edit and tidy it up); use the Dynamic To box to send an email to the user.

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