Plugin stripping out placeholders
-
In the form preview, I see the placeholders, but on the front end, the placeholders disappear. This only happens on the First Name / Last Name field. I disabled all plugins, and by process of elimination, I found it was this plugin that was stripping out the placeholders.
The preview inspector looks like this:
<input type=”text” aria-required=”true” name=”input_4.3″ id=”input_14_4_3″ value=”” aria-label=”First name” aria-invalid=”false” placeholder=”First Name”>
The actual front end looks like this:
<input type=”text” aria-required=”true” name=”input_4.3″ id=”input_14_4_3″ value=”” aria-label=”First name”>
The page I need help with: [log in to see the link]
- The topic ‘Plugin stripping out placeholders’ is closed to new replies.