DEV Community

Discussion on: How to handle the POST request body without using a framework

Collapse
 
formkeep profile image
FormKeep • Edited

Great article Jermain.

Another way to handle a POST without a framework is using a form backend like formkeep.com.

Using FormKeep, the action attribute simply needs to be updated to something like:

<form accept-charset="UTF-8" action="https://formkeep.com/f/exampletoken" method="POST">

FormKeep then handles the backend data storage, management and connectivity to other applications and services.