• Resolved blue

    (@life2)


    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

    (@codepeople)

    Hello @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

    (@life2)

    Okay, I’ve followed your directions but there wasn’t any change. Maybe there is something wrong with the code?

    Plugin Author codepeople

    (@codepeople)

    Hello @life2

    Please, send me the link to the page where the form is inserted.

    Best regards.

    Thread Starter blue

    (@life2)

    Do you have an email I can send the link to (as I don’t want to post it publicly)?

    Plugin Author codepeople

    (@codepeople)

    Hello @life2

    You can contact me directly through my website: Click here

    Best regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘About the form loading’ is closed to new replies.