Submitting Rails Forms using Elm via Webpacker
If submitting forms to Rails, you will need to manage CSRF issues. Rather than conveniently by-passing it by turning off your security, you can use a handy javascript library written by Richard Feldman.