Title: webars's Replies | WordPress.org

---

# webars

  [  ](https://wordpress.org/support/users/webars/)

 *   [Profile](https://wordpress.org/support/users/webars/)
 *   [Topics Started](https://wordpress.org/support/users/webars/topics/)
 *   [Replies Created](https://wordpress.org/support/users/webars/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/webars/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/webars/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/webars/engagements/)
 *   [Favorites](https://wordpress.org/support/users/webars/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] [Plugin: Contact Form 7] Loading a page with AJAX that contains CF7](https://wordpress.org/support/topic/plugin-contact-form-7-loading-a-page-with-ajax-that-contains-cf7/)
 *  [webars](https://wordpress.org/support/users/webars/)
 * (@webars)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-loading-a-page-with-ajax-that-contains-cf7/#post-2492260)
 * Hi!
 * Had the same problem. [Here](http://contactform7.com/why-isnt-my-ajax-contact-form-working-correctly/)
   I have read, that cf7 adds some scripts, when wp_footer() is called in the theme.
   
   I looked and saw, that these scripts names were jquery.form.js and scripts.js.
   I tried to find, where exactly submit behaviour was bound, but unsuccessfully.
   So after every ajax refresh I just added these lines (.container is the block
   with updated content):
 *     ```
       $('.container').append('<script src="...jquery.form.js"></script>');
       $('.container').append('<script src="...scripts.js"></script>');
       ```
   

Viewing 1 replies (of 1 total)