Forums

Problem in message Template

andreytsoy 25 Jan, 2012
Then I press "Generate Auto Template" CF give me back only this:
<br />
<b>Parse error</b>: syntax error, unexpected ';' in <b>/home/wwwinte/public_html/administrator/components/com_chronoforms/form_actions/email/email.php(210) : eval()'d code</b> on line <b>1</b><br />
<br />
<b>Warning</b>: Invalid argument supplied for foreach() in <b>/home/wwwinte/public_html/administrator/components/com_chronoforms/form_actions/email/email.php</b> on line <b>211</b><br />
<table cellpadding="0" cellspacing="0" border="0">
</table>

Please wtah can I do with?
GreyHead 25 Jan, 2012
Hi andreytsoy,

Do you have an input name with a ; in it?

Please take a Form Backup using the icon in the Forms Manager and post it here (as a zipped file) or PM or email it to me and I'll take a closer look.

Bob
andreytsoy 25 Jan, 2012
Hear you go
Form name "ScolarshipForm"
In file you need to delete extension .rar
This file is cf4bak
GreyHead 26 Jan, 2012
Hi andrestoy,

I can only say that it works OK here :-(

Here's the generated template:
<table cellpadding="0" cellspacing="0" border="0">
    <tr>
        <td> Фамилия </td>
        <td> {input_text_0} </td>
    </tr>
    <tr>
        <td> Имя </td>
        <td> {input_text_1} </td>
    </tr>
    <tr>
        <td> Отчество </td>
        <td> {input_text_2} </td>
    </tr>
    <tr>
        <td> Дата рождения </td>
        <td> {input_datetime_3} </td>
    </tr>
    <tr>
        <td> Класс </td>
        <td> {input_text_4} </td>
    </tr>
    <tr>
        <td> Школа </td>
        <td> {input_text_5} </td>
    </tr>
    <tr>
        <td> Домашний адрес </td>
        <td> {input_textarea_6} </td>
    </tr>
    <tr>
        <td> Домашний телефон </td>
        <td> {input_text_7} </td>
    </tr>
    <tr>
        <td> Мобильный телефон </td>
        <td> {input_text_8} </td>
    </tr>
    <tr>
        <td> E-mail </td>
        <td> {input_text_9} </td>
    </tr>
</table>

Bob
This topic is locked and no more replies can be posted.