<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.2//EN" "http://www.wapforum.org/DTD/wml12.dtd">
<wml><card id="freedownload" title="free site regsistration"><p><b>write in all fields!</b><br/>
site URL: <input name="adres" value="http://"/><br/>
site title: <input name="name" maxlength="15"/><br/>
password: <input name="pasword" maxlength="15"/><br/>
site description: <input name="opisan" maxlength="300"/><br/>

<anchor title="ok">OK!!!
<go href="mainreg.php" method="post">
<postfield name="adres" value="$(adres)"/>
<postfield name="name" value="$(name)"/>
<postfield name="pasword" value="$(pasword)"/>
<postfield name="email" value="$(email)"/>
<postfield name="opisan" value="$(opisan)"/>
</go>
</anchor><br/>



</p></card></wml>