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
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
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
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
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:
can you help me? i dont have comment <!-- inside.
[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.
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
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
Hi,
try to click the small "html" icon and see if the code there is correct and use it ?
Regards,
Max
try to click the small "html" icon and see if the code there is correct and use it ?
Regards,
Max
This topic is locked and no more replies can be posted.