• Resolved pjib

    (@pjib)


    Hi Support!

    Just a quick request here. I noticed since the last update that when I submit a form (in my case I also copy some fields to the “Thank you” page) the small wheel animation which appears prior to loading the Thank you page has changed. When the new page (Thank you page) starts to load I can set the animation myself using WordPress. However, the animation which displays prior to leaving the submission page is not something I can access.

    I ask this because I liked the previous animation (rotating segmented wheel), whereas the current animation (single black line moving in circular motion) is not so attractive.

    Is this something that you changed at CFF? Or has it perhaps come from a WP or other plugin update?

    Thanks and regards…

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @pjib

    The previous version of the plugin was using an animate .gif. That was necessary to load an additional file from the server opening a new connection with the corresponding delays caused by networks and device. The new animation is created totally with CSS. It does not require additional connection or file, displaying the animation even faster than in the previous versions.

    Best regards.

    Thread Starter pjib

    (@pjib)

    OK, thanks for the quick reply. I can confirm it is very quick and this is helpful for the user. I’ll get used to it I guess!

    Thanks again…

    Is there a way to hide this new wheel animation since it can’t be changed? We’d prefer not to see it if it can’t be an animation that matches the website design. Thanks

    Plugin Author codepeople

    (@codepeople)

    Hello @jeanneinlandproducts

    You can hide it with CSS:

    #fbuilder .cff-processing-form{display: none !important;}

    Best regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Screen animation when submitting a form’ is closed to new replies.