This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

width first, last name fields


  1. ineli
    Member

    where can i change the width (length) of the simple name fields 'first' and 'last'?

    thank you very much for the help!

    Posted 15 years ago #
  2. redityo

    Hi,

    You can edit your CSS form and add these following code :

    #element_1_1 {
    width:50%;
    }
    
    #element_1_2 {
    width:40%;
    }

    in here I assume your "name" element id = 1, where element_1_1 is the first name and element_1_2 is last name


    MachForm Support

    Posted 15 years ago #
  3. ineli
    Member

    thank you!

    Posted 15 years ago #
  4. djones
    Member

    I am trying to do the same thing ... increase the size of the input elements. The above code does not work in my form. Please advise

    Posted 14 years ago #
  5. redityo

    Do you mean with text field type ? if so, you can try to add the CSS code like this :

    #li_1 {
    width:90% !important;
    }

    MachForm Support

    Posted 14 years ago #
  6. djones
    Member

    No.. With Type name field

    Posted 14 years ago #
  7. djones
    Member

    Some type of browser cache issue was causing changes not to show up. This code change worked `#element_8_1
    {
    width: 150px;
    }
    #element_8_2
    {
    width:225px;
    }`

    Posted 14 years ago #

RSS feed for this topic

Reply