Title: WP 4.0
Last modified: August 22, 2016

---

# WP 4.0

 *  [CrimeaTim](https://wordpress.org/support/users/crimeatim/)
 * (@crimeatim)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/wp-40-41/)
 * Had problems to insert form to the post
 * decision:
    (file /x-forms-express/tinyMCE/functions.js) replace the code
 *     ```
       // JavaScript Document
       function insert_x_form(){
   
       	var shortcode  = '[XForms ';
       		shortcode += 'id="'+jQuery('select[name=wap_x_forms_Id]').val() + '" ';
       		shortcode += ']';
   
       	if(window.tinyMCE) {
       		//TODO: For QTranslate we should use here 'qtrans_textarea_content' instead 'content'
   
               var tmce_ver=window.tinyMCE.majorVersion;
   
               if (tmce_ver>="4") {
                   window.tinyMCE.execCommand('mceInsertContent', false, shortcode);
               } else {
                   window.tinyMCE.execInstanceCommand('content', 'mceInsertContent', false, shortcode);
               }
       		//Peforms a clean up of the current editor HTML.
       		//tinyMCEPopup.editor.execCommand('mceCleanup');
       		//Repaints the editor. Sometimes the browser has graphic glitches.
       		tinyMCEPopup.editor.execCommand('mceRepaint');
       		tinyMCEPopup.close();
       	}
       	return;
   
       }
       ```
   
 * [https://wordpress.org/plugins/x-forms-express/](https://wordpress.org/plugins/x-forms-express/)

The topic ‘WP 4.0’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/x-forms-express_9ab0ba.svg)
 * [NEX-Forms Lite - Wordpress Contact Form builder](https://wordpress.org/plugins/x-forms-express/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/x-forms-express/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/x-forms-express/)
 * [Active Topics](https://wordpress.org/support/plugin/x-forms-express/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/x-forms-express/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/x-forms-express/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [CrimeaTim](https://wordpress.org/support/users/crimeatim/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/wp-40-41/)
 * Status: not resolved