Download Free JetFormBuilder - Formless Actions Endpoints Addon
A tweak to execute specific after-submit actions without front-end forms.
Carry out after-submit actions without actual forms
Formless Actions Endpoints Addon helps execute the needed after-submit actions using a single button on the front end without the actual form. It can submit forms both within one site and between different web spots. The add-on creates a secure environment for data transfers and restricts action execution by user role and capability.
Its use cases include primarily functional site buttons and REST API endpoints. The latter can turn the site into a backend for applications. Functional buttons would allow you to change posts and user statuses, delete users and posts, add posts from another website via REST API, make one-click purchases, etc.
Restricted permissions:
- Any registered user
- User with a given role
- User with a given capability
Ability to run a form upon button click
Create functional buttons by pasting the JSON object into the Button widget/block/element.
Ability to manage form data via REST API
Configure a WordPress REST API endpoint to send form submissions from one site to another.
REST API Endpoint
Specify the namespace and path of the form endpoint in the corresponding settings fields.
Base form
Pick the needed form from which you wish to get data fields for the configured submit actions.
Action type
Choose how the action will be executed; the options include WordPress AJAX, URL Query String, and Rest API Endpoint.
Is restricted toggle
Set who will be able to trigger form actions – any registered user or users who match certain criteria.
Log requests toggle
Activate it to allow the requests log to be kept for their further viewing.
Data Structure
Build the form’s data structure by specifying its fields, their types, default and sample values.
Sample Request
Contains formatted data, which you can copy for further use in Elementor, Gutenberg, and Bricks.