Formidable API
Create entries in Formidable via a rest API, and send REST API requests when forms are submitted
by Strategy11 · github.com/andrewklimek/formidable-api · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/andrewklimek/formidable-api/archive/refs/heads/main.zipReadme
== Description == Routes
-
frm/v2/entries READ (tested)
-
frm/v2/entries CREATE (tested)
-
frm/v2/entries EDIT (tested)
-
frm/v2/entries DELETE
-
frm/v2/entries/# READ (tested)
-
frm/v2/entries/# EDIT (tested)
-
frm/v2/entries/# DELETE
-
frm/v2/forms/#/fields READ (tested)
-
frm/v2/forms/#/fields CREATE
-
frm/v2/forms/#/fields/# READ (tested)
-
frm/v2/forms/#/fields/# DELETE
-
frm/v2/forms/#?return=html READ (tested)
-
frm/v2/forms READ (tested)
-
frm/v2/forms CREATE
-
frm/v2/forms/# READ (tested)
-
frm/v2/forms/# DELETE
-
frm/v2/views/# READ