Shifter Forms
This is a short description of what the plugin does. It's displayed in the WordPress admin area.
by DigitalCube · github.com/emaildano/shifter-forms · 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/emaildano/shifter-forms/archive/refs/heads/master.zipGetting Started
- Create a form or use an existing one from any form builder, theme, etc
- Locate the JavaScript selector
- Create a new Shifter Form in the WordPress admin for that form
- Paste the selector into the settings of the newly created Shifter Form
- Add your Webhook
- Add a confirmation page
Locating the JavaScript Selector
This can be done using the ID or a unique class of the form. The recommended method is using Chrome Dev Tools or similar to view the DOM, select and right click the form element and select Copy / Copy selector.
Confirmation Page
The page users are redirected to after submitting the form. This page is not created by Shifter Forms. You must created this page in your site or it can be an external site.