Hooks & Filters
Common Issues & Fixes
Javascript
Updated
Do you need a Developer?
Customising email templates may require custom code which I can’t provide support for. If you need help with customising email templates, including changing text or adding new information, you may need to hire a developer to help you.
Content Notify includes a handy javascript event, cn-loaded-taxonomies
, that is fired after the taxonomies in the front-end Content Notify form have been loaded.
This is useful in certain circumstances, such as setting the corresponding select fields for the taxonomies to ‘required’.
Here’s an example of this:
jQuery(document).on('cn-loaded-taxonomies', function( event, select2_taxonomies ) {
jQuery(select2_taxonomies).each(function() {
jQuery(this).prop('required', true);
});
});
Start using it today
Ready to transform your communications for your
visitors, members, subscribers, and users?
14-DAY MONEY BACK GUARANTEE
ON NEW PURCHASES