• Resolved spy3

    (@spy3)


    I have made a popup form type that shows on the homepage.

    Someone can click on the X to avoid the form. Can I remove the X in top right? This would then force people to finish the form before seeing the page.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Form Maker Support

    (@formmakersupport)

    Hi,

    Thank you for being in touch 10WEB Customer Care!

    In order to remove the X from the top right corner of the popup window:

    – Navigate to the Appearance > Customize > Additional CSS option.
    – Afterward, add the below-mentioned CSS Code:

    .closing-form {
        display: none;
    }

    Should you have any questions, please, do not hesitate to contact us.
    Have a nice day ahead!

Viewing 1 replies (of 1 total)
  • The topic ‘Disable closing popup form type’ is closed to new replies.