CADASTRO POPUP

  • eurosoares
    Asked on September 11, 2015 at 2:27 PM

    Boa tarde, consegui fazer o popup em meu site, mas gostaria que ao cadastrar no pupup, ele saisse da tela automatico. Como façø isso?

  • jonathan
    Replied on September 11, 2015 at 10:11 PM

    Hi,

    If I understand correctly, you are looking for option to auto popup the form. 

    You can follow the method described on the user guide

    https://www.jotform.com/help/203-How-to-Auto-popup-a-Lightbox-Form

    Here is the demo form. It auto popup after 5secs

    https://shots.jotform.com/elton/delay_lightbox_onload_popup.html

    Hope this help. Let us know if you need further assistance.

     

     

     

     

  • eurosoares
    Replied on September 12, 2015 at 9:38 AM

    Não pode ter o X como opção de fechar, para acessar o site, é obrigado a se cadastrar, depois de se cadastrar ele fechar e libera o site para navegação.

  • jonathan
    Replied on September 12, 2015 at 6:46 PM

    Please check this thread.

    http://www.jotform.com/answers/413283-Remove-X-close-button-in-lightbox-mode

    In order to remove the close button of your lightbox you need the following code.

    <style>

    .jt-feedback div img {

    display: none;

    }

    </style>

     

    Kindly put the following code above between the header tag of your page

    <head> THE CODE HERE!! </head>

     

    Let us know if this did not work for you.