Posted by Jeff on 01/20/07 20:53
"Michael Fesser" <netizen@gmx.de> wrote in message
news:hid4r2p294r7o48lp7hhfck25dtgpmlmlb@4ax.com...
> .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
Thanks, that solved the problem
[Back to original message]
|