• Resolved webengineer

    (@webengineer)


    How can I limit the input field size on forms? For example, I might want an input field to only be 6 characters wide instead of the long field you provide by default.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xnau webdesign

    (@xnau)

    This would be done using a CSS rule. Your rule can target all input fields or specific fields using the classnames that the plugin uses for each field. Take a look at the HTML source to see how that works. Just setting the “width” property should do it in most cases.

    For more info on how to create your CSS, take a look at this article on my site:

    Simple CSS Techniques for WordPress

    Thread Starter webengineer

    (@webengineer)

    thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Participants Database: limit width of input fields’ is closed to new replies.