ConvertKit / convertkit-wpforms

GNU General Public License v2.0
2 stars 0 forks source link

Add Creator Network Recommendations #30

Closed n7studios closed 1 year ago

n7studios commented 1 year ago

Summary

Adds an option to enable the Creator Network Recommendations to a WPForms Form: Screenshot 2023-07-19 at 15 39 53

When enabled, the modal is displayed when the form is submitted: Screenshot 2023-07-19 at 15 39 37

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 returns false, the user is prompted to upgrade their ConvertKit Plan.

Screenshot 2023-07-19 at 15 41 46

AJAX Enabled on Form

When configuring the WPForms Form, its AJAX setting must be enabled (by default, it is enabled):

Screenshot 2023-07-19 at 15 42 18

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