print_cleverreach_form functionality broken in 2.3.0 and 2.3.1
-
It seems the
print_cleverreach_form
functionality is broken.
I can display the form via shortcode[cleverreach_signup]
but<?php if( function_exists( 'print_cleverreach_form' ) ) print_cleverreach_form(); ?>
just displays nothing.For now I’m using
echo do_shortcode('[cleverreach_signup]');
Anyway, it’s still not fully working, as I can’t include a link in the ‘privacy policy checkbox’:
In version 2.2.0 my privacy policy checkbox descriptions reads:
Ich stimme der Datenschutzerkl?rung zu.Now in 2.3.1 my privacy policy checkbox descriptions reads:
Ich stimme der <a href='/datenschutz/'>Datenschutzerkl?rung</a> zu.
The page I need help with: [log in to see the link]
- The topic ‘print_cleverreach_form functionality broken in 2.3.0 and 2.3.1’ is closed to new replies.