This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
[closed] EMAIL Content custom HTML
Started 11 years ago by redemptor | 3 posts |
-
Dear Machform experts,
I am facing some trouble while setting html code in the custom "Email content" area within the logic condition of email notifications.
Altough it saves the below code correctly in the beginning (SEE CODE 1), then it somehow changes it and destroys it without me doing nothing (SEE CODE 2) resulting in unreadable notifications.
CODE 1:
<title>Candidatura Erasmus</title>
<style type="text/css">
<!--
body {
font-family: Arial, Helvetica, sans-serif;
}
body,td,th {
color: #333;
}
-->
</style>
</head><body>
<p>Prezado(a) Coordenador(a) Internacional,</p>
<p>Solicita-se confirmação da aceitação da candidatura a mobilidade na Escola Superior de Tecnologia da Saúde de Coimbra do(a) aluno(a) {element_2_1} {element_2_2} oriundo(a) da instituição parceira {element_28}.</p>
<p>DETALHES DA MOBILIDADE</p>
<table width="500" border="1">
<tr>
<td width="180">NOME</td>
<td width="304">{element_2_1} {element_2_2}</td>
</tr>
<tr>
<td>E-MAIL</td>
<td>{element_11}</td>
</tr>
<tr>
<td>SEMESTRE</td>
<td>{element_19}</td>
</tr>
<tr>
<td>INÍCIO MOBILIDADE</td>
<td>{element_26}</td>
</tr>
<tr>
<td>FIM DE MOBILIDADE</td>
<td>{element_27}</td>
</tr>
<tr>
<td>ÁREA DE ESTUDOS</td>
<td>{element_21}{element_22}</td>
</tr>
<tr>
<td>TIPO MOBILIDADE</td>
<td>{element_41} | <span id="tempvar_value">{element_29}</span></td>
</tr>
</table>
<p>Melhores cumprimentos,</p>
<p>Rui Branco Lopes</p>
</body>
</html>CODE 2:
<title>Candidatura Erasmus</title>
<style type="text/css">
<!--
body {
font-family: Arial, Helvetica, sans-serif;
}
body,td,th {
color: #333;
}
-->
</style>
</head><body>
<p>Prezado(a) Coordenador(a) Internacional,</p>
<p>Solicita-se confirmação da aceitação da candidatura a mobilidade na Escola Superior de Tecnologia da Saúde de Coimbra do(a) aluno(a) {element_2_1} {element_2_2} oriundo(a) da instituição parceira {element_28}.</p>
<p>DETALHES DA MOBILIDADE</p>
<table width="500" border="1">
<tr>
<td width="180">NOME</td>
<td width="304">{element_2_1} {element_2_2}</td>
</tr>
<tr>
<td>E-MAIL</td>
<td>{element_11}</td>
</tr>
<tr>
<td>SEMESTRE</td>
<td>{element_19}</td>
</tr>
<tr>
<td>INÍCIO MOBILIDADE</td>
<td>{element_26}</td>
</tr>
<tr>
<td>FIM DE MOBILIDADE</td>
<td>{element_27}</td>
</tr>
<tr>
<td>ÁREA DE ESTUDOS</td>
<td>{element_21}{element_22}</td>
</tr>
<tr>
<td>TIPO MOBILIDADE</td>
<td>{element_41} | <span id="tempvar_value">{element_29}</span></td>
</tr>
</table>
<p>Melhores cumprimentos,</p>
<p>Rui Branco Lopes</p>
</body>
</html>Posted 11 years ago # -
Sorry, the change was like this:
CODE 2:
CODE 2:
<title>Candidatura Erasmus</title>
<style type="text/css">
<!--
body {
font-family: Arial, Helvetica, sans-serif;
}
body,td,th {
color: #333;
}
-->
</style>
</head><body>
<p>Prezado(a) Coordenador(a) Internacional,</p>
<p>Solicita-se confirmação da aceitação da candidatura a mobilidade na Escola Superior de Tecnologia da Saúde de Coimbra do(a) aluno(a) {element_2_1} {element_2_2} oriundo(a) da instituição parceira {element_28}.</p>
<p>DETALHES DA MOBILIDADE</p>
<table width="500" border="1">
<tr>
<td width="180">NOME</td>
<td width="304">{element_2_1} {element_2_2}</td>
</tr>
<tr>
<td>E-MAIL</td>
<td>{element_11}</td>
</tr>
<tr>
<td>SEMESTRE</td>
<td>{element_19}</td>
</tr>
<tr>
<td>INÍCIO MOBILIDADE</td>
<td>{element_26}</td>
</tr>
<tr>
<td>FIM DE MOBILIDADE</td>
<td>{element_27}</td>
</tr>
<tr>
<td>ÁREA DE ESTUDOS</td>
<td>{element_21}{element_22}</td>
</tr>
<tr>
<td>TIPO MOBILIDADE</td>
<td>{element_41} | <span id="tempvar_value">{element_29}</span></td>
</tr>
</table>
<p>Melhores cumprimentos,</p>
<p>Rui Branco Lopes</p>
</body>
</html>Posted 11 years ago # -
Strange... it pastes here the code correctly... even tough it is disrupted when I copy it! Just chech the support message I sent :)
Posted 11 years ago #
Topic Closed
This topic has been closed to new replies.