I’d like to use GravityForm’s user add-on but don’t know how to add the availability checker plugin to connect. On the page it says – “It is flexible and can work with any 3rd party plugin with small snippet of code.” What would I have to add to get it to work? thank you!
Hi LuXman,
thank you for asking. It is a simple process consisting of two steps.
Step 1: – Enable loading of js on the form page
Please see this line
https://github.com/sbrajesh/bpdev-username-availability-checker/blob/master/username-availability-checker.php#L169You can filter on ‘buddydev_username_availability_checker_load_assets’ and return tru for the page where you want it to be loaded.
Step 2:- Tell the availability checker about your username field selector.
Please see this
https://github.com/sbrajesh/bpdev-username-availability-checker/blob/master/username-availability-checker.php#L130That’s all needed.
Hope that helps.
You must be logged in to reply to this topic.