In contact form 7, I have added textfield [text cname id:cname class:cname placeholder "Name"]
but in the HTML view the id
attribute does not appear. Other attributes are like class, placeholder are showing but not Id
attribute.
Here is the HTML
<input size="40" maxlength="80" class="wpcf7-form-control wpcf7-text cname" aria-invalid="false" placeholder="Name" value="" type="text" name="cname">