Hidden attribute not working
-
Hi
WordPress: 5.7.2
Plugin Version: 5.3.2I have a contact form which needs a hidden field (which must be there and filled with content because of the use in the emails as [your-name].
The content of the field is fetched with jQuery.
Inside the contact form, it is implemented like this
—
<label> Name *
[text* hidden your-name class:your-name] </label>
—The input is correctly fetched from jQuery, however, the hidden property is not obeyed (the field is visible).
What am i doing wrong here?Best,
Thomas
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Hidden attribute not working’ is closed to new replies.