|
Posted by Michael Fesser on 01/20/07 15:36
..oO(Jeff)
>Based on the validation error (see below) I get on the hidden field, maybe
>some of you could give me tips on how to solve this validation error???
>[...]
>
><form action="index.php?mode=profile&style=add&opt=1" method="post"
>[...]
>
> <input type='hidden' name='property' value='4' />
>
></form>
The 'form' element only allows block-level content. Every form control
has to be inside a table, a paragraph, a div, a fieldset or something
like that. In this case just put the hidden field in a div.
Micha
Navigation:
[Reply to this message]
|