To elaborate on Dave's point, try: <tr style="display:none;"> <td> // both hidden fields </td> </tr>
(*Chris*) On Thu, Mar 6, 2014 at 12:26 PM, Dave Newton <davelnew...@gmail.com> wrote: > On Thu, Mar 6, 2014 at 3:01 PM, Fredrik Andersson <fredan...@hotmail.com > >wrote: > > > I have tride to put the hidden attributet att: > > 1 first code line after the form-start-tag > > 2 before the submit-tag > > 3 after the submit-tag, before form-end-tag. > > None of the attempt validates. > > So If you guys got any idea how to solve this mystery plast let me know. > > > > You could try what I suggested until the hidden tags have xhtml templates > that emit correct HTML. > > Dave >