Hello

Could somebody provide an example of how to use a hidden formlet?

I tried the following:

(formlet
 ; Rendering
 (#%# ,{(hidden "<30 25 11>") . => . state}
      ,{time-formlet . => . hms})
 ; Processing
 (list state hms))))

I thought I would get
(list "<30 25 11>" 
      (list hours mins secs))

when processing the form but I kept 
getting a "(binding:form #"input_0" #"<30 25 11>") instead of a string.


Thanks for any help.  

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to