PClib demo site

<?elements
class form name "personform" html5
input NAME lb "Name:" hint "Type your name" required
input SURNAME lb "Surname:" required
input BDATE date "%d.%m.%Y" lb "Birth date:" size "10"
input EMAIL email lb "Email:" size "30"
radio SEX lb "Sex:" list "M,Male,F,Female" size "2x1" required
select COUNTRY lb "Country:" list "1,Czech,2,Poland,3,Germany,4,USA" required
input NUMBER lb "Number:" number
input COLOR lb "Color:" color
input RANGE lb "Range" range "1-10+0.1" default "1"
listinput DATALIST lb "Listinput:" list "1,Czech,2,Poland,3,Germany,4,USA"
text COMMENT lb "Comment:" size "50x4" hint "Type some text and this placeholder should dissappears"
button insert lb "Submit"
?>

<table>
{form.fields}
</table>

Elapsed time: 1.71 ms