Title: About the form loading
Last modified: April 4, 2021

---

# About the form loading

 *  Resolved [blue](https://wordpress.org/support/users/life2/)
 * (@life2)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/about-the-form-loading/)
 * Hi, is it possible to display a loading animation while the form is loading (
   after the page has loaded)?

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

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/about-the-form-loading/#post-14274354)
 * Hello [@life2](https://wordpress.org/support/users/life2/)
 * Please, tries the following steps:
 * 1. Insert an “HTML Content” field as the **first field** in the form.
 * 2. Assign to it the class name `cff-processing-form`
 * Note, the class names are assigned to the fields through their attributes “Add
   CSS Layout Keywords”
 * 3. Enter the piece of code below into its “HTML Content” attribute:
 *     ```
       <script>
       fbuilderjQuery(document).one('showHideDepEvent', function(){fbuilderjQuery('.cff-processing-form').remove();});
       </script>
       ```
   
 * Best regards.
 *  Thread Starter [blue](https://wordpress.org/support/users/life2/)
 * (@life2)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/about-the-form-loading/#post-14274374)
 * Okay, I’ve followed your directions but there wasn’t any change. Maybe there 
   is something wrong with the code?
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/about-the-form-loading/#post-14274423)
 * Hello [@life2](https://wordpress.org/support/users/life2/)
 * Please, send me the link to the page where the form is inserted.
 * Best regards.
 *  Thread Starter [blue](https://wordpress.org/support/users/life2/)
 * (@life2)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/about-the-form-loading/#post-14278560)
 * Do you have an email I can send the link to (as I don’t want to post it publicly)?
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/about-the-form-loading/#post-14278676)
 * Hello [@life2](https://wordpress.org/support/users/life2/)
 * You can contact me directly through my website: [Click here](https://cff.dwbooster.com/contact-us)
 * Best regards.

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

The topic ‘About the form loading’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/about-the-form-loading/#post-14278676)
 * Status: resolved