Announcement

Collapse
No announcement yet.

How do I hide a Text or Combo Box

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How do I hide a Text or Combo Box

    Does anyone know how I can hide a Text or Combo box when I enter a Form page? Based on a Combo Box selection (that is visible on the Form, I want to use the Events Tab to display the hidden Text or Combo Box.
    TonySC

  • #2
    Re: How do I hide a Text or Combo Box

    Add this attribute to the elements html

    style="display: none";

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

    Comment

    Working...
    X