Is it possible to edit the data field for First/Last name?

  • RickGregory
    Asked on October 10, 2014 at 9:15 PM

    I selected Quick Tools / Full Name.

    Is it possible to increase the data fields?

  • Ben
    Replied on October 11, 2014 at 5:36 AM

    Hi,

    I apologize, but I am not quite sure what you mean?

    You can add more fields to it by enabling them from the toolbar.

    Is it possible to edit the data field for First/Last name? Image 1 Screenshot 20

    If you click on Prefix it will add a field in front of the First Name field. Similar is with the Suffix - creating the field at the end and Middle Name creating a field in between First and Last name fields.

    Now if you wanted to increase the height or width you can do that using CSS, for example:

    .form-input > .form-sub-label-container > input.form-textbox
    {
        height: 30px;
        width: 200px;
    }

    Changing the width and height will allow you to adjust the width and / or height depending on what you want to accomplish.

    You can see here how to inject the CSS such as above.

    If you tell us more details on what you want to accomplish we can help you set it up properly.

    Best Regards,
    Ben

  • RickGregory
    Replied on October 11, 2014 at 12:11 PM
    I selected the link you provided for CCS – and I am presented with “Page cannot be displayed.”

    ...
  • jonathan
    Replied on October 11, 2014 at 4:44 PM

    Please try this link instead 

    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    I am not sure what prevents your browser from opening the link provided by our colleague Ben, but it do works fine when I clicked on it.

    Please inform us if there are still issue.

    Thanks.