Title: Forms don&#8217;t render
Last modified: November 19, 2022

---

# Forms don’t render

 *  Resolved [rod](https://wordpress.org/support/users/nomadarod/)
 * (@nomadarod)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/forms-dont-render/)
 * Hello,
 * The forms don’t render in my website anymore and I don’t understand why. I desactivated
   the plugins installed recently to see if they were causing it but the issue persists.
 * If I add the form to the page through adding a “Form” block, I am able to select
   the form and apply, it displays “rendering” but it doesn’t show. When previewing
   the page the form isn’t there either.
 * The contact form, which you can find through the menu, has the same behavior.
 * Please help, this is quite urgent as people won’t be able to register nor contact
   me for the events.
 * Thanks
    Rodrigo
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fforms-dont-render%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Thread Starter [rod](https://wordpress.org/support/users/nomadarod/)
 * (@nomadarod)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/forms-dont-render/#post-16215191)
 * I ended up with a blank screen on wp-admin after restoring the database. Was 
   quite puzzling til I tried to rename a mu-plugins folder in order to disable 
   it and all came back to normal.
 * The folder had a function which corrected the following: after selecting an item
   in the form, some calculations showed up, but when changing the selection didn’t
   revert the calculations until I changed the “quantity” field. here is the code:
 *     ```
       <?php
   
       add_action('wp_footer', 'wpmudev_fix_form_calculations', 9999);
       function wpmudev_fix_form_calculations(){
       	global $post;
       	if ( is_a( $post, 'WP_Post' ) && !has_shortcode($post->post_content, 'forminator_form') ) {
       		return;
       	}
       	?>
       	<script type="text/javascript">
       	jQuery(document).ready(function($){
       		$(document).on("after.load.forminator", function (e, id) {
       			if( id == 3206 ){
       				$('#select-1 select').on('select2:select', function() { 
       					setTimeout(function(){
       						$('#number-1 input').change();
       					},10);
       				});
       			}
       		});
       	});
       	</script>
       	<?php
       }
       ```
   
 * I notice that the issue is back now that the “mu-plugins” folder is disabled.
 * kind regards
    Rod
 *  Thread Starter [rod](https://wordpress.org/support/users/nomadarod/)
 * (@nomadarod)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/forms-dont-render/#post-16215203)
 * Forgot to add: the form where the issue is: [https://delasciencealassiette.fr/offrez-un-atelier-de-nutrition-et-sante/](https://delasciencealassiette.fr/offrez-un-atelier-de-nutrition-et-sante/)
 *  Plugin Support [Patrick – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport12/)
 * (@wpmudevsupport12)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/forms-dont-render/#post-16215244)
 * Hi [@nomadarod](https://wordpress.org/support/users/nomadarod/)
 * Sorry to hear you are having this issue.
 * I can remember this code that was provided by our Second Line Support team.
 * Could you try to remove the Global post part?
 *     ```
       <?php
   
       add_action('wp_footer', 'wpmudev_fix_form_calculations', 9999);
       function wpmudev_fix_form_calculations(){
       	?>
       	<script type="text/javascript">
       	jQuery(document).ready(function($){
       		$(document).on("after.load.forminator", function (e, id) {
       			if( id == 3206 ){
       				$('#select-1 select').on('select2:select', function() { 
       					setTimeout(function(){
       						$('#number-1 input').change();
       					},10);
       				});
       			}
       		});
       	});
       	</script>
       	<?php
       }
       ```
   
 * And see if makes any difference.
 * Let us know the result you got.
    Best Regards Patrick Freitas
 *  Thread Starter [rod](https://wordpress.org/support/users/nomadarod/)
 * (@nomadarod)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/forms-dont-render/#post-16215533)
 * Hi Patrick!
 * It worked! No white screen, form works as expected. Big thank you!
 * Best regards
    Rod
 *  Plugin Support [Patrick – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport12/)
 * (@wpmudevsupport12)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/forms-dont-render/#post-16217388)
 * Hi [@nomadarod](https://wordpress.org/support/users/nomadarod/)
 * I hope you are doing well.
 * I’m glad that this issue is resolved.
 * If you have a moment, I would very much appreciate it if you could quickly rate
   our plugin. This will help us keep the plugin available for free.
 * [https://wordpress.org/support/plugin/forminator/reviews/#new-post](https://wordpress.org/support/plugin/forminator/reviews/#new-post)
 * Best Regards
    Patrick Freitas
 *  Thread Starter [rod](https://wordpress.org/support/users/nomadarod/)
 * (@nomadarod)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/forms-dont-render/#post-16222547)
 * That’s done.
 * Thank you for this great plugin, and for being there when we need it.
 * Best wishes
    Rod

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Forms don’t render’ is closed to new replies.

 * ![](https://ps.w.org/forminator/assets/icon-256x256.gif?rev=3443182)
 * [Forminator Forms – Contact Form, Payment Form & Custom Form Builder](https://wordpress.org/plugins/forminator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forminator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forminator/)
 * [Active Topics](https://wordpress.org/support/plugin/forminator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forminator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forminator/reviews/)

## Tags

 * [mu-plugins](https://wordpress.org/support/topic-tag/mu-plugins/)

 * 6 replies
 * 2 participants
 * Last reply from: [rod](https://wordpress.org/support/users/nomadarod/)
 * Last activity: [3 years, 6 months ago](https://wordpress.org/support/topic/forms-dont-render/#post-16222547)
 * Status: resolved