Project

General

Profile

too small text input for name and address

Added by Ivan Brel about 9 years ago

Can you set bigger text input size for title, first name....


Replies (2)

RE: too small text input for name and address - Added by Ivan Brel about 9 years ago

I find how to make it, in /var/www/html/agent/css/style.css find record ".cust_form". Add parametr "width: 100%"

RE: too small text input for name and address - Added by Chris Lomuntad about 9 years ago

Hi Ivan,

Do you want to increase the text input size? As in, the maximum characters that you can put on the textbox?

If that's the case, you can try to edit the agent.php found inside the folder /var/www/html/agent/ and look for the texts like First Name, Last Name, etc. And you can see a form input html code near it.

But I recommend not to increase the maximum size of characters that you can type on the textbox. Because there is a limit of characters set on each of the column that corresponds with the form fields on the Agent UI.

Cheers,
Chris

    (1-2/2)
    Go to top