• Resolved hmurguia

    (@hmurguia)


    Hello.

    I am using this plugin in a widgetized footer section. When using a subscribe form in the widget, the email input field is so long that is goes beyond the space defined for that column in the footer.

    I tried to include an attribute in the html tag but it does not work (size=”15″):

    <input type=”email” size=”15″ name=”EMAIL” placeholder=”Ingresa tu email” required />

    How can I force the form to respect the size definition for the field?

    Any help will be appreciated

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello,

    Can you please share a link where we can test this form?

    Thread Starter hmurguia

    (@hmurguia)

    Harish, thanks for offering your help. I tried several ways and I gave up and wrote this post.

    But I kept trying and what I did, and it worked, is that I modified the sylesheet in my theme, specifically the width field to:

    input[type=”text”], input[type=”password”], input[type=”email”], input[type=”date”], input[type=”file”], input[type=”search”], input[type=”tel”], input[type=”url”] {
    width: 200px;
    height: 24px;
    }

    I really appreciate your help

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey there,

    Thanks for the update and I’m glad this is resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘INPUT tag length’ is closed to new replies.