Hello,
Chrono forms I have some problems.
When I receive the reservation should respond, but if I answer send the answer to my address.
you can respond directly to email who contacted me?
Chrono forms I have some problems.
When I receive the reservation should respond, but if I answer send the answer to my address.
you can respond directly to email who contacted me?
Hi Gianluca,
It may be possible but is not recommended.
We suggest that you create an email template and add a 'replyto' link in the email. You will find several posts in the forums about this.
Bob
It may be possible but is not recommended.
We suggest that you create an email template and add a 'replyto' link in the email. You will find several posts in the forums about this.
Bob
Hi,
you could explain how to join replyto in the email.
Sorry I am a little noob
you could explain how to join replyto in the email.
Sorry I am a little noob
Hi Bob,
I inserted "<a href="mailto:{email}">Reply</a>" in the email template but on the email I get nothing changes
my form contact is:
http://camanzone.it/component/option,com_chronocontact/Itemid,53/chronoformname,Prenotazioni/
I inserted "<a href="mailto:{email}">Reply</a>" in the email template but on the email I get nothing changes
my form contact is:
http://camanzone.it/component/option,com_chronocontact/Itemid,53/chronoformname,Prenotazioni/
Hi Gianluca,
You need to create a full email template to show all your results and set the form to use Email template in the General tab.
Bob
You need to create a full email template to show all your results and set the form to use Email template in the General tab.
Bob
Hi Bob,
I inserted the code"<a href="mailto:{email}">Reply</a>" in email template with forms html, but when I get my mail I get a blank form, but the reply button is present and works
in general options "Select the format to use for the email" I selected <ìzionato "use email template"
I inserted the code"<a href="mailto:{email}">Reply</a>" in email template with forms html, but when I get my mail I get a blank form, but the reply button is present and works
in general options "Select the format to use for the email" I selected <ìzionato "use email template"
Hi gianluca,
So now you need to add the rest of the html to the template to show the form results??
Bob
So now you need to add the rest of the html to the template to show the form results??
Bob
my forms is:
[quote]<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title></title>
</head>
<body>
<table style="text-align: left; width: 450px;" border="0"
cellpadding="0" cellspacing="3">
<tbody>
<tr>
<td align="right">Nome e cognome </td>
<td><input name="nome" size="50"
type="text"></td>
</tr>
<tr>
<td align="right">Via e numero civico </td>
<td><input name="via" size="50" type="text"></td>
</tr>
<tr>
<td align="right">CAP </td>
<td><input name="cap" type="text"></td>
</tr>
<tr>
<td align="right">Citt
[quote]<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title></title>
</head>
<body>
<table style="text-align: left; width: 450px;" border="0"
cellpadding="0" cellspacing="3">
<tbody>
<tr>
<td align="right">Nome e cognome </td>
<td><input name="nome" size="50"
type="text"></td>
</tr>
<tr>
<td align="right">Via e numero civico </td>
<td><input name="via" size="50" type="text"></td>
</tr>
<tr>
<td align="right">CAP </td>
<td><input name="cap" type="text"></td>
</tr>
<tr>
<td align="right">Citt
This topic is locked and no more replies can be posted.