• I have some trouble with two DIVs that are shown under the splash screen.
    I have been successful in hiding them in the AweSplash Setting – Additional JS window:

    document.getElementById(“pum-466”).style.display = “none”;
    document.getElementById(“moove_gdpr_cookie_info_bar”).style.display = “none”;

    But how do i get them visible again, after the form is submited, when the button is pressed?

    Any suggestions?

    Jesper

  • The topic ‘DIV are shown under splash screen’ is closed to new replies.