Skip to main content

Posts

Showing posts with the label Contact Form 7

Wordpress - Contact Form 7 notification open in popup - Bootstrap modal popup

How to add open Contact form 7 Notification / Messages in Modal popup We can use the Bootstrap modal popup and Contact form 7 Doom Events to create the popup. Paste the below code in the functions.php, it will work for you (please change the messages as per the requirements): add_action('wp_footer', 'munesh_Footertext'); function munesh_Footertext() { echo '<div class="modal fade in formids" id="myModal2" role="dialog" tabindex="-1">     <div class="modal-dialog">       <!-- Modal content-->       <div class="modal-content no_pad text-center">          <button type="button" class="close" data-dismiss="modal">&times;</button>         <div class="modal-header heading">           <h3 class="modal-title" id="MSTitle">Message Sent!</b></h3>         </div>      ...

Contact Form 7 reCAPTCHA not showing

Contact Form 7 latest version not supporting the reCAPTCHA, So, We need to downgrade the Recaptcha plugin, Steps to Rollback the Contact Form 7 : Install the Plugin "wp rollback". After Installing go to the plugins, you will find an option below all the plugins for rollback. So, rollback the Contact Form 7  from 5.1 to 5.0.5 After this go to integration on the contact form and paste your keys again like you did in the beginning. Open your contact form on the backend and save it again. Make sure you add the recaptha again Now go to your front-end and refresh your page.And your done! Wait for next update with the fix. No need te install any other plugins.