arteria / cmsplugin-contact-plus

With cmsplugin-contact-plus building custom forms for your django-cms project is a breeze. Now it's so easy to build the forms with exactly the fields you want in the order you want - with a minimal effort.
https://github.com/arteria/cmsplugin-contact-plus
BSD 3-Clause "New" or "Revised" License
30 stars 33 forks source link

Add input placeholders. #53

Closed treavis closed 7 years ago

treavis commented 7 years ago

Add placeholder attribute for inputs.

Sometimes it is more useful to have placeholder attribute, instead of initial value, because it is cleared automatically on value change, and it acts as a short hint that describes the expected value of an element.

IE 10 and higher supports this feature.

More info on this attribute.

philippeowagner commented 7 years ago

Thanks @treavis for the PR. We will review and merge in the next days.

walterrenner commented 7 years ago

Thanks @treavis for this new useful feature. I just merged your PR an released a new version of cmsplugin-contact-plus (1.3.11) 📦