Forum
Form placeholder value
Hi,
Is it the case that if you use a placeholder value within a form template this causes the form validation not to work?
In my test i had a placeholder value set for the email field of my form and neither browser validation of perch was activated. Once the placeholder value was removed it kicked in.
Is this correct?
Can we see your template?
Sure, this is it now, without a placeholder value set for email.
That shouldn't be the case, no.
placeholder
is an HTML5 field attribute that has no impact on validation.To confirm, if I use a placeholder which matches a valid email address format the validation fails and it sends.
Placeholders do not get submitted with the form.