Settings redo for easier webhook sending Add option to set the method instead of always using POST. Now deleting is possible. Add option to send json or post to an HTML form Trigger webhooks for
Forms API v1.0rc3
Fix the v1 routes Fix getting views without any extra url params Add frm_api_request_args filter to adjust the post parameters before sending it away Register the api action all the time to fix the
Forms API v1.0rc2
Add the download id to make sure the correct key is used for auto updating Protect the form entries by default Allow the calendar links in an API view to correctly navigate months and years Make
Forms API v1.0rc
Add route for /forms/315/entries. This is the same as /entries?form_id=315 Change the link on the missing plugin notification to the v2 rest-api plugin Easy API view searching. If the view includes
Forms API v1.0b11
Better results when using multiple frm-api shortcodes on a page Allow any parameters in frm-api shortcode to pass to the API Fix the form action not showing up Adjustments so API works with
Forms API v1.0b10
Add v2.0 routes. These can be accessed with wp-json/frm/v2/... Add frm-api shortcode for inserting a form or view from another site. [ frm-api id=50 url="http://othersite.com" type=form] Allow for
Forms API v1.0b8
Return more than 20 entries when requested Update for deprecated localize_script function Allow shortcodes like [/foreach] and [/if 25] in the json content Sanitize & for POST
Forms API v1.0b7
* Show the webhooks menu * Updates for 2.0 compatibility (will be moving into the Form actions later)
Forms API v1.0b6
Fix PUT/PATCH methods instead of assuming POST Let the JSON API plugin handle the data fetching and decoding Fill in entry values with those from the existing entry when editing
Forms API v1.0b5
Allow field keys to work for sending data for creating entries Format data for specific fields as needed before an entry is created