Is there a way to embed my own rendering function in (formlet (#%# (div ((class "field")) (label "Title:") ,{input-string . => . album-name}) (div ((class "field")) (label "Author:") ,{input-string . => . author})) (values album-name author)))
I want to abstract away (div ((class "field")) ..) like so: (formlet ???? (field (label "Title:") {input-string . => . album-name})) but formlet just renders <label> in a <field> tag. -- 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.