Closed n7studios closed 1 year ago
Adds an option to enable the Creator Network Recommendations to a WPForms Form:
When enabled, the modal is displayed when the form is submitted:
Demonstration: https://www.loom.com/share/2e8e5e80e319430db79c8ad6296b5fc5?sid=5b3eb3e6-6a87-4aec-9872-441e528f5e99
Several requirements must be met for this to work:
If the API endpoint enabled property returns false, the user is prompted to upgrade their ConvertKit Plan.
enabled
false
When configuring the WPForms Form, its AJAX setting must be enabled (by default, it is enabled):
If disabled, WPForms will submit the form as a new request, reloading the page, meaning that the modal will not display.
Tests are supplied in this PR for ease of review, given the amount of code here.
Summary
Adds an option to enable the Creator Network Recommendations to a WPForms Form:
When enabled, the modal is displayed when the form is submitted:
Demonstration: https://www.loom.com/share/2e8e5e80e319430db79c8ad6296b5fc5?sid=5b3eb3e6-6a87-4aec-9872-441e528f5e99
Several requirements must be met for this to work:
Creator Network Recommendations enabled
If the API endpoint
enabled
property returnsfalse
, the user is prompted to upgrade their ConvertKit Plan.AJAX Enabled on Form
When configuring the WPForms Form, its AJAX setting must be enabled (by default, it is enabled):
If disabled, WPForms will submit the form as a new request, reloading the page, meaning that the modal will not display.
Testing
Tests are supplied in this PR for ease of review, given the amount of code here.
Checklist