Page 1 of 1

MODIFY INPUT FIELD

Posted: Sun Nov 01, 2020 10:19 pm
by RussellP635

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


Re: MODIFY INPUT FIELD

Posted: Wed Dec 02, 2020 6:36 pm
by Serhii Kulibaba

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


-

Posted: Wed Dec 30, 2020 3:18 am
by Robealelt

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?


Re: MODIFY INPUT FIELD

Posted: Thu Dec 31, 2020 4:17 pm
by Serhii Kulibaba

Please use the attribute max length for that https://developer.mozilla.org/en-US/doc ... /maxlength