• Resolved Marcelo Herrera

    (@rafadizeo)


    I am experiencing a problem that I don’t know if it is from your plugin or from Elementor. I have a popup created with Elementor and inside a custom registration form created with User Registration. This form has a date of birth field which when clicking on it nothing happens nor does it give me errors through the browser console.

    That could be happening?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Marcelo Herrera

    (@rafadizeo)

    <script>
    jQuery(window).load(function() {
    	jQuery.each( elementorFrontend.documentsManager.documents, ( id, document ) => {
    		if ( document.getModal ) { // It's a popup document
    			document.getModal().on( 'show', () => {
    				jQuery(".ur-flatpickr-field").flatpickr();
    			} );
    		}
    	});
    });
    </script>

    Using this code the field initializes but does not show the year

    https://prnt.sc/R0IQAxyaX9Tw

    Plugin Support Sandip Pokhrel

    (@sandippokharel)

    Hi there,

    Sorry for the late response. We checked the site’s URL and the registration form. We were able to see the year in the date field. Is this issue resolved?

    Regards!

    Plugin Support Sandip Pokhrel

    (@sandippokharel)

    Hi there,

    Since we haven’t heard from you in a few days, we will mark this ticket as resolved. Please create a new ticket to get noticed quickly, or write back to us over this one.

    Regards!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Date field not working on Elementor popup’ is closed to new replies.