-> -> Form name=edit
-> -> ## __Name__________________ __Type___ __ID________ 
__Value__________________
-> ->    None                     select    formatblock  [''] of ['', '<p>',
-> -> '<h1>', '<h2>',  ...
-> ->    data                     textarea  data        
-> -> 
-> ->    None                     checkbox  CB_data      [] of ['on']
-> ->    data                     textarea  (None)      
-> -> 
-> -> 1                           submit    (None)       Change
-> -> 
-> -> 
-> -> everytime I type, I get:
-> -> 
-> -> ERROR: multiple matches to "data"
-> -> 
-> -> is there a way to seperate the two?

Hi, Norman,

I've added printing of the field index to the 'showforms' command, so
you can now see the exact index of each field.  This will let you use

   fv <form> <fieldnum> <value>

cheers,
--titus

_______________________________________________
twill mailing list
[email protected]
http://lists.idyll.org/listinfo/twill

Reply via email to