DevMigration

Blog designed to help others.

Forms made easy with formspree

2020-09-27 Articles Renso Diaz
Making forms is a very straightforward process, small changes here and there, style, fields validations, backend services and so on but in our case we would talk about the extra step of processing the forms and the delivery of the messages. When we are trying to create a form for our website we have to also develop a backend service to help us send those messages to a specific email address, it’s not difficult to achieve but there are a couple of things to do that kind of take a lot of time, for example: Selecting a backend framework like ExpressJS, Spring boot, Restify, etc. Continue reading