SolviQorda / get-zapped

A web app platform for electrolysis therapists to offer services to trans people seeking hair removal.
1 stars 0 forks source link

Make the Booked By text field in add appointment invisible. #41

Closed SolviQorda closed 5 years ago

SolviQorda commented 5 years ago

hiddenField :: (Monad m, PathPiece p, RenderMessage (HandlerSite m) FormMessage) => Field m p Source#

Creates an input with type="hidden"; you can use this to store information in a form that users shouldn't see (for example, Yesod stores CSRF tokens in a hidden field).

SolviQorda commented 5 years ago

Solved