 2007-07-25 19:05 | I work with v1.4 loaded.
When I make a content page and I insert this via the html editor:
<form name="form1" method="post" action="r_wijzignaam.php" onSubmit="return checkForm()"> <table border="0"> <tr> <td width="198"> <p align="center"><font face="Arial" color="#29146B"><span style="font-size:8pt;">wijzigen naam!</span></font></p> </td> </tr> <tr> <td width="198"> <p align="center"><input type="text" name="naam" onfocus="veld_zetwaarde('form1', 'naam')" value="naam nieuw" maxlength="40" size="20"></p> </td> </tr> <tr> <td width="198"> <p align="center"><input type="text" name="emailadres" onfocus="veld_zetwaarde('form1', 'emailadres')" value="emailadres" maxlength="40" size="20" OnBlur="na_email_validation('form1', 'emailadres', 'vul een geldig e-mail adres in');"></p> </td> </tr> <tr> <td width="198"> <p align="center"><input type="submit" name="submit" value="wijzigen"></p> </td> </tr> <tr> <td width="470"> <p align="left"><font face="Arial" color="#29146B"><span style="font-size:8pt;">na wijziging ontvang je per omgaande een bevestigingsmail!</span></font></p> </td> </tr> </table> </form>
then after saving this is the result:
><table border="0"><tbody><tr><td width="198"><p align="center"><font face="Arial" color="#29146b"><span style="font-size: 8pt">wijzigen naam!</span></font></p></td></tr><tr><td width="198"><p align="center"> </p></td></tr><tr><td width="198"><p align="center"> </p></td></tr><tr><td width="198"><p align="center"> </p></td></tr><tr><td width="470"><p align="left"><font face="Arial" color="#29146b"><span style="font-size: 8pt">na wijziging ontvang je per omgaande een bevestigingsmail!</span></font></p></td></tr></tbody></table>
I lost my form and input fields and maybe a lot more, while all the input is html!!!!!
Why and what is the solution?
» Quick.Cart v1.xnoudshoorn@scarlet.nl |
 2007-07-25 20:00 | nicarcola - problem is that " is changed to ". Please change " to ' |