WP Manifestindependent plugin directory
manifest / integrations / formidable-api

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

0stars
0forks

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.zip

Readme

== 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

Read the full README on GitHub →