Hi @rabelo17
Can you explain what happens? Do you enter a class in the settings, then save, and it’s gone instead of saving?
Hi @maartenbelmans,
Thanks for your fast reply.
I enter the custom class in the settings, then save, and it is not inserted into the html atribute class=””. Just keeps the default class=”wapf-input”.
I would like to have a custom class like class=”wapf-input date”, so i can use a third plugin to have masks in the field, for example.
Hi @rabelo17
The class is put a little higher on the container element. So targeting the input element itself with CSS would become:
.yourclass .wapf-input