Hello,
First I want to say , great component, I am using Chronoforms on a few sites for some time now and no problems, untul now.
When I pu the following code in the form code,
This is working OK in dreamweaver, but when I put this code in the form,
I get this erroro message back:
Parse error: syntax error, unexpected '=', expecting ',' or ';' in D:\xampp\htdocs\openlucht\components\com_chronocontact\chronocontact.html.php(74) : eval()'d code on line 49
What can be wronh?
Bouwdewijn<br><br>Post edited by: GreyHead, at: 2008/05/03 19:21
First I want to say , great component, I am using Chronoforms on a few sites for some time now and no problems, untul now.
When I pu the following code in the form code,
<tr>
<td align="right">ABC</td>
<td><select name="select">
<option <?php if($_POST['select']=='ABC')echo selected='selected'; >ABC
<option <?php if($_POST['select']=='DEF')echo selected='selected'; >DEF
<option <?php if($_POST['select']=='GHI')echo selected='selected'; >GHI
<option <?php if($_POST['select']=='JKL')echo selected='selected'; >JKL
</select></td>
</tr>
Whihc is an example from the how to's
This is working OK in dreamweaver, but when I put this code in the form,
I get this erroro message back:
Parse error: syntax error, unexpected '=', expecting ',' or ';' in D:\xampp\htdocs\openlucht\components\com_chronocontact\chronocontact.html.php(74) : eval()'d code on line 49
What can be wronh?
Bouwdewijn<br><br>Post edited by: GreyHead, at: 2008/05/03 19:21