
June 28th, 2000, 12:07 AM
|
|
Contributing User
|
|
Join Date: Jun 2000
Posts: 300
Time spent in forums: < 1 sec
Reputation Power: 13
|
|
|
It is not as easy as HTML. First, as in HTML you need to name the fileds. Then, those fields becom variables in WML itself which you submit to the script. This is probably not making much sense, so here is an example:
<input type="text" name="email" maxlength="30"/>
<p><anchor>Submit<go href="script.php3" method="get">
<postfield name="email" value="$(email)"/>
</go></anchor></p>
Hope this helps!!!
|