Hi,
I'm totally new with Chronoforms and so far, I love it!
Just a little problem tho... I don't really like the way the e-mail is displayed. The thing is, I'm creating a reservation form for a web site and I find the default sent e-mail to be a bit pack vertically and maybe to spaced horizontally.
Is the a way to format the styles and looks of this e-mail? If so, could someone please show me a detailed example because I'm not a pro.
Basically, the actual mail looks like this:
But what I would like is something like this:
Thank you very much in advance for your precious help.🙂
(and sorry for the double post)<br><br>Post edited by: AfroSamurai, at: 2008/04/13 16:47
I'm totally new with Chronoforms and so far, I love it!
Just a little problem tho... I don't really like the way the e-mail is displayed. The thing is, I'm creating a reservation form for a web site and I find the default sent e-mail to be a bit pack vertically and maybe to spaced horizontally.
Is the a way to format the styles and looks of this e-mail? If so, could someone please show me a detailed example because I'm not a pro.
Basically, the actual mail looks like this:
![[SOLVED] E-mail's layout image 1](http://img122.imageshack.us/img122/6986/pic1gu6.png)
But what I would like is something like this:
![[SOLVED] E-mail's layout image 2](http://img122.imageshack.us/img122/1166/pic2sh7.png)
Thank you very much in advance for your precious help.🙂
(and sorry for the double post)<br><br>Post edited by: AfroSamurai, at: 2008/04/13 16:47
I tried to do an Email template (assuming that this code window is for this purpose) and, it did not change anything what so ever in the received Email.
Here is my code for "template":
Am I close to something?! Because so far, nothing works.face-meh-blank<br><br>Post edited by: AfroSamurai, at: 2008/04/12 18:15
Here is my code for "template":
<html>
<head></head>
<body>
<table width="200" border="0">
<tr>
<td width="84" valign="top"><div align="left">Nom :</div></td>
<td width="218" valign="top"><div align="left">{nom}</div></td>
</tr>
<tr>
<td valign="top"><div align="left">E-mail :</div></td>
<td valign="top"><div align="left">{mail}</div></td>
</tr>
<tr>
<td colspan="2" valign="top">==================================</td>
</tr>
<tr>
<td valign="top"><div align="left">Sujet :</div></td>
<td valign="top"><div align="left">{sujet}</div></td>
</tr>
<tr>
<td valign="top"><div align="left">Message :</div></td>
<td valign="top"><div align="left">{message}</div></td>
</tr>
</table>
</body>
</html>
Am I close to something?! Because so far, nothing works.face-meh-blank<br><br>Post edited by: AfroSamurai, at: 2008/04/12 18:15
Hi AfroSamurai,
You are very close, at the general tab, change this setting :
Select the format to use for the email
to be email template😉
Cheers
Max
You are very close, at the general tab, change this setting :
Select the format to use for the email
to be email template😉
Cheers
Max
WAW!!!! :woohoo: Thank you very much for your quick help Max!
Works perfectly now!:silly:
Cheers!
P.S. There should be some full detailed PDF documentation for newbies like me!:whistle:😛 :laugh:<br><br>Post edited by: AfroSamurai, at: 2008/04/12 18:35
Works perfectly now!:silly:
Cheers!
P.S. There should be some full detailed PDF documentation for newbies like me!:whistle:😛 :laugh:<br><br>Post edited by: AfroSamurai, at: 2008/04/12 18:35
Many users sent to me about this recently, I'm preparing one🙂
Cheers
Max
Cheers
Max
Hmmm... just an other little question...
I know this is a French matter but any how...
How come in the text of my Email I get a slash bar ( \ ) in front of every (') accent? for example, l\ 'Uvinertisé should look like this instead l'Uvinertisé.
I've even noticed that it looks like this a couple of place in my Joomla. Any ideas?<br><br>Post edited by: AfroSamurai, at: 2008/04/12 18:44
I know this is a French matter but any how...
How come in the text of my Email I get a slash bar ( \ ) in front of every (') accent? for example, l\ 'Uvinertisé should look like this instead l'Uvinertisé.
I've even noticed that it looks like this a couple of place in my Joomla. Any ideas?<br><br>Post edited by: AfroSamurai, at: 2008/04/12 18:44
lollllll the slash doesn't even appear in my post! ^^ But do you know what I meen?
OK so... again with this last little detail. (I've maid a small picture to show the actual back slash problem)
So, in the Email for example, the word should look like this: l'acroissement. But instead, it looks like this:
How do I get rid of the back slashes in text?
So, in the Email for example, the word should look like this: l'acroissement. But instead, it looks like this:
![[SOLVED] E-mail's layout image 3](http://img259.imageshack.us/img259/3085/pi3jr8.png)
How do I get rid of the back slashes in text?
Hi AfroSamurai,
at the on Submit BEFORE email, you can write tghis code :
Regards,
Max
at the on Submit BEFORE email, you can write tghis code :
$html_message = stripslashes($html_message);
Regards,
Max
Hi Max,
I did what you said (if I'm not mistaking)... adding the code $html_message = stripslashes($html_message); in the On Submit code - before sending email window and it doesn't fix it. I only get the line of code displayed in the web page after the message is sent and the back slashes are still there in my Email.😟
Am I doing something wrong?<br><br>Post edited by: AfroSamurai, at: 2008/04/13 16:33
I did what you said (if I'm not mistaking)... adding the code $html_message = stripslashes($html_message); in the On Submit code - before sending email window and it doesn't fix it. I only get the line of code displayed in the web page after the message is sent and the back slashes are still there in my Email.😟
Am I doing something wrong?<br><br>Post edited by: AfroSamurai, at: 2008/04/13 16:33
Sorry, add it between 2 php tags : <?php ?>
Ah! Your the man Max! B) :laugh:
It's amazing how tinny little details make a BIG difference!🤣
Works just fine now thanks to you! Case closed!🙂
Cheers!
Denis.
It's amazing how tinny little details make a BIG difference!🤣
Works just fine now thanks to you! Case closed!🙂
Cheers!
Denis.
This topic is locked and no more replies can be posted.