checked=”checked” tag stripped on output
-
We are running code for a subscribe form on an external site inside the popup. (scroll down about 30% of the page length and the popup appears)
The code has the html tag checked=”checked” which is in the Hustle pop up but when I look at the WP page where the plugin runs, that tag is not present.
It looks like something is stripping it out.
The subscribe works fine, it just does not show the selected button (Text or HTML) although the button is actually selected.<tr> <td><label for="user_html">Receive</label></td> <td><input id="user_html_0" name="user[html]" type="radio" value="0" /> <label for="user_html_0">Text</label> <input id="user_html_1" checked="checked" name="user[html]" type="radio" value="1" /> <label for="user_html_1">HTML</label></td> </tr>
Any solution would be much appreciated.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘checked=”checked” tag stripped on output’ is closed to new replies.