Город МОСКОВСКИЙ
00:01:47

How to set placeholder value for input type date | Contact Form 7

Аватар
CSS хаки
Просмотры:
22
Дата загрузки:
26.11.2023 02:37
Длительность:
00:01:47
Категория:
Спорт

Описание

Contact Form 7 can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup.
Download: https://wordpress.org/plugins/contact-form-7/

The placeholder attribute does not work with the input type Date, so place any value as a placeholder in the input type Date. Then attach a CSS code like below ?

.wpcf7 input[type="date"]:before {
content: attr(placeholder);
}

So, it's possible to use placeholder on date fields.
Thank you ?

#CF7 #Placeholder #Form

Рекомендуемые видео