Your mixing HMTL with PHP?? Thats like me ¡Hablando de repente español, usted acostumbrado puede comprender un dicho de palabra Im! (#translation#-suddenly speaking spanish, you wont be able to understand a word Im saying!)
Also please place code between code tags, the moderators dont like lose code 
Code:
<?php if ($row_rsCWGetProduct["product_TypeInput"] == 1) {
echo "<form id=\"GeneralName\" name=\"GeneralName\" method=\"post" action=\"\">\n";
echo "<label for=\"Name\">Name:</label>\n";
echo "<input name=\"Name\" type=\"text\" id=\"Name\" size=\"20\" maxlength=\"100\" />\n";
echo "</form>\n";
echo "<label for=\"textfield\">Name</label>\n";
echo "<input type=\"text\" name=\"textfield\" id=\"textfield\" />\n";
}
?>
backslash \ to escape " character for the string out. I would recommend doing a PHP tutorial, just google it and that should get you started. This is basic "Hello World" stuff so you will find that all this is covered in the first part of any tutorial you find.
Kind regards
Dal
Bookmarks