• Resolved Tooni

    (@tooni)


    First I want to thank you for the excellent CFF plugin. The page which uses the CFF plugin is one of the most important pages of my site. Thank you very much.
    I’m now looking for a possibility to suspend the displaying of the page contents while the CFF form is being loaded. There should be no visible contents below the animation which is shown during loading the CFF form. The remaining contents of the page should appear after the CFF form is completed.
    Is there any possibility to do that?

    I know, that my idea is very uncommon and the current behaviour of loading the form and displaying the page contents simultaneously is normally the prefered method.
    The reason for my idea is that when I call up the page via a url of a comment far below the CFF form, at first the comment will be displayed correctly. But a few moments later (when the CFF form finished loading) the focus to the comment will be lost because the display moves half a page down.

    Thank you for your help
    Tooni

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author CodePeople2

    (@codepeople2)

    Hello @tooni

    So, the preferred solution would be to jump the dashboard in the URL after loading the form. Could you please provide the link to the page with the dashboard to check the behavior described?

    Best regards.

    Thread Starter Tooni

    (@tooni)

    Following is a url to a comment written on 11.Dez.2021 um 14:46
    In most cases you will see the comment for a short moment. A short time after it will be hard to find again.

    Plugin Author CodePeople2

    (@codepeople2)

    Hello @tooni

    Please insert an “HTML Content” field in the form and enter the following piece of code as its content:


    <script>
    fbuilderjQuery(document).on('formReady', function(){
    if(getURLHash()) fbuilderjQuery(getURLHash())[0].scrollIntoView();
    });
    </script>

    Best regards.

    Thread Starter Tooni

    (@tooni)

    Wow! Great support. Not only the best plugin – also the best support.
    Your suggestion does exactly what I wanted to see.
    Thank you so much!

    Best regards, Tooni

    Thread Starter Tooni

    (@tooni)

    I just noticed, that now there is a “Submit” button in the form. That wasn’t there before it added the HTML-Field. How can the button be removed?
    Thank you.

    Plugin Author CodePeople2

    (@codepeople2)

    Hello @tooni

    You can select the “No” option through the “Display submit button?” attribute in the form settings. If you want to deactivate the submit button from all your forms at once, go to the “Calculated Fields Form > All Forms” menu option, untick the “Display Submit Button by Default” in the “Default Settings” section, tick the ”?Apply To Existing Forms (It will modify the settings of existing forms)” and finally, press the “Update” button.

    Best regards.

    Thread Starter Tooni

    (@tooni)

    Thank you again. Took me some time to find the option, but finally it works as expected.
    Thanks a lot.
    Regards, Tooni

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.