[pmwiki-users] basic forms questions

Hans design5 at softflow.co.uk
Tue Mar 4 04:21:53 CST 2008


re: submit

I got it wrong before, sorry.

  (:input submit name=post value=test:)

will create a button labelled 'test',
and your url string will get post=test

  (:input submit post value=test:)

 will do the same.

  (:input submit post Enter value=test:)

will NOT have 'Enter' as label, but still 'test'.

It seems the value= is used for the label and used as value for any
name= parameter. There is no way to have a different label than the
value passed.


  ~Hans




More information about the pmwiki-users mailing list