[thelist] WML and Forms

Alastair Murdoch alastair at mtbtuned.freeserve.co.uk
Tue Apr 17 09:53:12 CDT 2001


I'm not too sure on this one, but the only WAP form I've ever done look the
same except for the brackets around the value attribute on your postfield
tag

try :  <postfield name="pwd" value="$pass"/>

My form was hacked together and I was just happy it worked :)

my code

<card id="MainCard" title="Result-o-Matic">
 <p align="left">Enter your SCU race No.
<!-- opens a form and gets a three character input -->
  <input name='ridernumber' type="text" maxlength="3" />
   <anchor title="find me!!">Find Me !!
   <!-- sends it of to results.asp to be processed -->
    <go href="results.asp" method="post">
     <postfield name="Ridernum" value="$ridernumber" />
    </go>
  </anchor>
 </p>

hope it's some help.

 -------------------------------
A l a s t a i r   M u r d o c h
c o n s u l t a n t  @  c u b e

    [t:]  01292 27 00 99
    [m:]  07974 323 551
    [w:] www.cubeit.co.uk







More information about the thelist mailing list