Mar 16th, 2009, 5:08 AM
I'm somehow puzzled
Created an input form with css only (no tables) it works fine as long as I have
<form id="two" action="..." method="post"> on beginning of form. As soon as I add:
<form action="name of directory..../form_tools/process.php" method="post">
<input type="hidden" name="form_tools_initialize_form" value="1" />
<input type="hidden" name="form_tools_form_id" value="2" />
the original form shows without any css.
One can post on that form and it goes to formtools without issues but the input form looks horrible. What does happen that the css is ignored.
Formtools did not give any errors and the html page validates too.
Created an input form with css only (no tables) it works fine as long as I have
<form id="two" action="..." method="post"> on beginning of form. As soon as I add:
<form action="name of directory..../form_tools/process.php" method="post">
<input type="hidden" name="form_tools_initialize_form" value="1" />
<input type="hidden" name="form_tools_form_id" value="2" />
the original form shows without any css.
One can post on that form and it goes to formtools without issues but the input form looks horrible. What does happen that the css is ignored.
Formtools did not give any errors and the html page validates too.