I dont seem to be able to understand how to get the form data with heist. I just started looking into Haskell web frameworks but documentation is a bit ... scarce, to say the least. There is no mention of forms in the skinny heist tutorial on the snap website. So given a simple html form, how do I get the form data for processing into my handler function? Can anyone point me to a tutorial, google just keeps quiet on this one? Or maybe a short example ...
Also, where do I get information on the conditional control? Say, if I want conditionally include certain parts of the html within my page, how do I do it with heist? Basically, where is the "if"?
Thanks