Title: ebrent's Replies | WordPress.org

---

# ebrent

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[All-in-One WP Migration and Backup] too expensive](https://wordpress.org/support/topic/too-expensive-20/)
 *  [ebrent](https://wordpress.org/support/users/ebrent/)
 * (@ebrent)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/too-expensive-20/#post-11296700)
 * Works great. Free for 500MB is plenty. I build sites for small companies and 
   use this plugin for building on a staging site and moving it to prod. Simple 
   as can be. And their URL changer works great too.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[All-in-One WP Migration and Backup] Free version is a joke](https://wordpress.org/support/topic/free-version-is-a-joke-2/)
 *  [ebrent](https://wordpress.org/support/users/ebrent/)
 * (@ebrent)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/free-version-is-a-joke-2/#post-11296696)
 * Mine worked great. If you run into IMPORT issue, this is a limitation of your
   web host. Installing the ‘All-in-One WP Migration File Extension’ plugin fixed
   this for me.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[All-in-One WP Migration and Backup] Max upload Import](https://wordpress.org/support/topic/max-upload-import/)
 *  [ebrent](https://wordpress.org/support/users/ebrent/)
 * (@ebrent)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/max-upload-import/#post-11296695)
 * 500MB is plenty for a website. If your site is larger than this, then you can
   either work around it by removing old, large images and videos or simply pay 
   of the upgrade. It’s a no-brainer for saving time.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Hide Contact form on submit](https://wordpress.org/support/topic/hide-contact-form-on-submit/)
 *  [ebrent](https://wordpress.org/support/users/ebrent/)
 * (@ebrent)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/hide-contact-form-on-submit/#post-9978545)
 * OK I see now. For normal forms, you need to add this to your CSS somewhere like(
   WP/Appearance/Customize/Additional CSS):
 *     ```
       .wpcf7 form.sent p {
       	display: none;
       }
       ```
   
 * But if you’ve styled your form using other HTML elements like tables etc, that
   CSS may not find them and hide them. In that case, submit a form and view your
   source. See what is outside of your form/p tags or not a <P> tag.
 * Thanks. Works as directed.
    -  This reply was modified 8 years, 6 months ago by [ebrent](https://wordpress.org/support/users/ebrent/).
    -  This reply was modified 8 years, 6 months ago by [ebrent](https://wordpress.org/support/users/ebrent/).
    -  This reply was modified 8 years, 6 months ago by [ebrent](https://wordpress.org/support/users/ebrent/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Hide Contact form on submit](https://wordpress.org/support/topic/hide-contact-form-on-submit/)
 *  [ebrent](https://wordpress.org/support/users/ebrent/)
 * (@ebrent)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/hide-contact-form-on-submit/#post-9975476)
 * OK I see how to hide the FORM after submitting by using
 * `.span {display:none;}`
 * but that also hides the confirmation “thank you” message. Is there a way to show
   the message but hide the form? Am I doing something silly and wrong? Thx!

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