Title: Input Form
Last modified: May 6, 2020

---

# Input Form

 *  Resolved [bob reeves](https://wordpress.org/support/users/bob-reeves/)
 * (@bob-reeves)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/input-form-2/)
 * Hi, I am evaluating your plugin at present and it seems to be very good. However
   I do have one area of concern. I have created a form, which I am using in a footer
   widget (OceanWP theme) using Elementor. When submitting the form, the form goes
   blank and is overlayed by small round circles as when a page or element is buffering.
   The overlay takes up the complete widget area. My question is, can this be turned
   off as it is extremely ugly.
 * Unfortunately as I am evaluating on local host I cannot give you a link.

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

 *  [Miha](https://wordpress.org/support/users/mplusb/)
 * (@mplusb)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/input-form-2/#post-12796537)
 * Hi [@bob-reeves](https://wordpress.org/support/users/bob-reeves/),
 * Thank you for letting us know about this!
    Please add this code in Appearance
   > Customize > Additional CSS:
 *     ```
       .strong-form-wait .message img {
         width: 50px;
         height: 50px;
         margin: 0 auto;
       }
       @keyframes wpmtst-spin{
         0%{
             transform: rotate(360deg);
             }
         100%{
             transform: rotate(0deg);
             }
       }
       .strong-form-wait .message img{
         animation: wpmtst-spin 2.5s infinite 0s linear;
       }
       ```
   
 * This will fix it until we release our next update.
 * Warmly,
    Mihaela
 *  Thread Starter [bob reeves](https://wordpress.org/support/users/bob-reeves/)
 * (@bob-reeves)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/input-form-2/#post-12796941)
 * Hi Mihaela,
 * Firstly thank you for replying so quickly.
 * Your CSS solution worked perfectly.
 * Once again thanks.

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

The topic ‘Input Form’ is closed to new replies.

 * ![](https://ps.w.org/strong-testimonials/assets/icon-256x256.png?rev=3134855)
 * [Strong Testimonials](https://wordpress.org/plugins/strong-testimonials/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/strong-testimonials/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/strong-testimonials/)
 * [Active Topics](https://wordpress.org/support/plugin/strong-testimonials/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/strong-testimonials/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/strong-testimonials/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [bob reeves](https://wordpress.org/support/users/bob-reeves/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/input-form-2/#post-12796941)
 * Status: resolved