Hi
I have a user registration form, with username and password.
Each time I add a user, the first letter is capitalised by default.
Also, each field presents a list of choices from previous entries.
How can I modify this default behaviour, so that the capitalisation does not occur, and the drop list does not occur?
thanks
Russell
MODIFY INPUT FIELD
Moderator: Support
-
- Posts: 4
- Joined: Mon Aug 10, 2020 12:06 pm
MODIFY INPUT FIELD
- Attachments
-
- drop down list
- dropdown.jpg (66.65 KiB) Viewed 4738 times
-
- Posts: 150
- Joined: Tue Aug 27, 2013 1:47 pm
Re: MODIFY INPUT FIELD
Hello,
Capitalisation issue: it seems to be your custom logic. Appery.io doesn't make these changes.
Please add the property
Code: Select all
autocomplete="off"
to that input component to disable the autocomplete
-
Hi
I am wanting to make a custom field where you can restrict how many characters a personal message for a book can be.
I have made a custom field using a plug-in then selecting VM Custom - Customer text input then I select size of the input to 30 then I have tried both options price per letter and per input. When I test this it lets me exceed 30 characters - why is this?
https://megaremont.pro/msk-restavratsiya-vann Updating baths in Khimki
-
- Posts: 150
- Joined: Tue Aug 27, 2013 1:47 pm
Re: MODIFY INPUT FIELD
Please use the attribute max length for that https://developer.mozilla.org/en-US/doc ... /maxlength