I searched all day along and finally found out all I need on USA2017.
/From the "Feedback collection on USA2017.INUMO.RU", USA2017.INUMO.RU./
<form action="formdata_not_ready!.php" method="POST" name="form1"> <fieldset style="width:50%; background-color:#F0F9F9;"> <legend style="background-color:#D0D9D9; color:#909999; font-weight:bold;">Personal data</legend> <p><label>Name (max 32 chars): <input type="text" name="name1" size="32" maxlength="32" /></label></p> <p><label>Password (max 6 chars): <input type="password" name="pas1" size="10" maxlength="6" /></label></p> </fieldset> <fieldset style="width:50%; background-color:#F0F0F0;"> <legend style="background-color:#D0D0D0; color:#909090; font-weight:bold;">Questions</legend> <p>Do you love America? ::::: <label>Yes<input type="radio" name="love_america" value="yes" checked="checked" /></label> ... or ... <label>No<input type="radio" name="love_america" value="no" /></label> </p> <p>What states of US do you like?</p> <p> <label><input type="checkbox" name="ny" value="" />New York</label> <label><input type="checkbox" name="florida" value="" checked="checked" />Florida</label> <label><input type="checkbox" name="texas" value="" />Texas</label> </p> <p><label for="states_of_us">What states of US do you like (choice using select)?</label></p> <p> <select name="states_of_us" id="states_of_us" size="3" multiple="multiple"> <option value="ny">New York</option> <option value="florida" selected="selected">Florida</option> <option value="texas">Texas</option> </select> </p> </fieldset> <p><label for="message1">Please share your info about USA:</label></p> <p><textarea name="message1" id="message1" cols="72" rows="8"> USA is a wonderful country everybody have to visit and to view by own eyes! But only if you have lots of money. The finance system in USA very unbending. The law is very strict. If out of a hundred payments he makes ninety-nine and does not have enough money to make the hundredth payment, the thing he is paying for will be taken away. For the vast majority, property is a fiction. Everything, even the bed on which this desperate optimist and enthusiastic defender of property sleeps, belongs not to him but to the industrial company or to the bank. It is enough for a man to lose his job, and the very next day he begins to understand clearly that he is no kind of proprietor at all... </textarea></p> <p><input type="reset" name="reset" value="Reset..." /><input type="submit" name="submit" value="Submit!"/></p> <p><input type="image" src="images/ibutton.png" name="imageButton" value="Graphic button" /></p> <p><input type="button" name="button" value="Button. Just a button." /></p> </form>