Forums

UTF-8 problem on email

bkdesign 12 Apr, 2012
hi guys i have a problem

i have everything ok BUT wen write to form and submit

i recieve data to email with wrong charset.

ex.

<!--



Αίτηση προσφοράς:
ΣΤΟΙΧΕΙΑ ΕΠΙΚΟΙΝΩΝΙΑΣ


i used Greek Lang.

Thank you
bkdesign 12 Apr, 2012
I use 4.0 RC3.3 Version of chronoform
GreyHead 12 Apr, 2012
Hi bkdesing,

That comment <!-- looks odd. What do you have in the Email template. Those are HTML entities showing for the Greek characters so that would probably display correctly if the comment wasn't there.

Bob
bkdesign 12 Apr, 2012
on attacment file i have the template
[attachment=0]form-template.jpg[/attachment]

if i close editor automaticaly all the greeks charakters trasmformed to this:

<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td colspan="2">
<h2>Αίτηση προσφοράς:</h2>
</td>
</tr>
<tr>
<td colspan="2">
<h4>ΣΤΟΙΧΕΙΑ ΕΠΙΚΟΙΝΩΝΙΑΣ</h4>
</td>
</tr>
<tr>
<td>Ονοματεπώνυμο:</td>
<td>{input_text_3}</td>
</tr>
<tr>
<td>Τηλ. Επικοινωνίας:</td>
<td>{input_text_5}</td>
</tr>
<tr>
<td>e-mail:</td>
<td>{input_text_6}</td>
</tr>
<tr>
<td colspan="2">
<h4>ΧΑΡΑΚΤΗΡΙΣΤΙΚΑ ΠΑΡΑΓΓΕΛΙΑΣ:</h4>
</td>
</tr>
<tr>
<td>Αρ. τεμαχίων T-shirts:</td>
<td>{input_text_9}</td>
</tr>
<tr>
<td>Κείμενο προς εκτύπωση:</td>
<td>{input_textarea_20}</td>
</tr>
<tr>
<td>Ανεβάστε το αρχείο σας:</td>
<td>{file-upload}</td>
</tr>
<tr>
<td colspan="2">
<h4>ΣΧΟΛΙΑ / ΠΑΡΑΤΗΡΗΣΕΙΣ:</h4>
</td>
</tr>
<tr>
<td></td>
<td>{input_textarea_10}</td>
</tr>
<tr>
<td>Εισάγετε το κωδικό της εικόνας:</td>
<td>{chrono_verification}</td>
</tr>
</tbody>
</table>


can you help me? i dont have comment <!-- inside.
GreyHead 12 Apr, 2012
Hi bkdesign,

The <!-- is from your first post here. I'm still not sure where that comes from.

The Rich text editor is using the standard MCE editor I think, is it possible to set that not to convert to HTML entities?

There are other users here with Greek and other character sets who don't seem to have this problem; I'm not sure what to suggest :-(

Bob
bkdesign 12 Apr, 2012
i cant find <!-- anywhere i cant understand the problem too 🙄
Max_admin 27 Apr, 2012
Hi,

try to click the small "html" icon and see if the code there is correct and use it ?

Regards,
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
This topic is locked and no more replies can be posted.