Viewing 2 replies - 1 through 2 (of 2 total)
  • Currently there is no option/setting to disable that loading, but you can use CSS to hide the loading animation. The animation has the class .wpuf-loading and you can use this following code,

    .wpuf-form-add .wpuf-loading {
        display: none;
    }
    
    Thread Starter bellawhite

    (@bellawhite)

    Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Loading sign’ is closed to new replies.