RussellP635
Posts: 4
Joined: Mon Aug 10, 2020 12:06 pm

MODIFY INPUT FIELD

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

Attachments
drop down list
drop down list
dropdown.jpg (66.65 KiB) Viewed 5891 times
Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Re: MODIFY INPUT FIELD

Hello,

  1. Capitalisation issue: it seems to be your custom logic. Appery.io doesn't make these changes.

  2. Please add the property

    Code: Select all

    autocomplete="off"

    to that input component to disable the autocomplete

Robealelt
Posts: 1
Joined: Tue Dec 29, 2020 12:28 pm

-

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?

Serhii Kulibaba
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

Return to “Issues”