Formodel.js demo

Default API

The default demo comes with a free test API from jsonplaceholder.typicode.com/. Update, store and delete request will result of a succes but won't be persisted in the database.

For better result, we recommand you to use an api that you built to see if it persist through the database

Try the following to test

  • Enter an ID into the lookup box and see the form being filled by the id
  • Modify anything in the form and press Submit. Since you already loaded a record, the request will update the record
  • Click New, fill in some data and click Submit. The new method is reseting the id, then, it'll store insteand of updating the request
  • Click the Delete button after you looked up an existing record. It'll be deleted

Post