The plugin not working correctly after WP update 4.4
-
I get a 404 Error page when the user clicks on the sign-up button that is linked to a page with a contact form 7 form and the details of the sign-up page are displayed in the URL. It has always worked fine until the upgrade.
Here is the button link:
<?php global $post; echo '<a id="signup" class="moreinfo" href="/signup?title='.urlencode(get_the_title($post->ID)) .' am '.gmdate("j.n.y", $start) .' in '.get_the_title( $entry['location']).'" >Sign up</a>'; ?>
Any ideas how I can fix that? It’s pretty urgent.
Thank you!
https://www.ads-software.com/plugins/contact-form-7-dynamic-text-extension/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘The plugin not working correctly after WP update 4.4’ is closed to new replies.