• Resolved macazaga

    (@macazaga)


    Hi

    I’m using elementor forms and the plugin works perfect but the field is not showing with the original size.

    Thanks for your help and congrats on this plugin!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter macazaga

    (@macazaga)

    I had to add the following fix with javascript:

    window.onload = function() {
    console.log(‘tel’);
    var telInput = document.querySelector(‘input[type=”tel”]’);
    // Set the size attribute
    telInput.size = 150;
    }



    Plugin Author Sajjad Hossain Sagor

    (@sajjad67)

    Glad to hear it was fixed. Actually we are not controlling the size of any input, as it will come from the theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Input size is being change to 1 and the field is not visible’ is closed to new replies.