Hi all,
Great component, just have one thing I am trying to correct, basically, I get the following when validating my form:
Error: document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag
The code in question is:
line 105 column 174 - Error: document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag
<input type="hidden" name="c84a96c83bcdf96ef802a6585d2a3b89" value="1" />
This seems to be generated by CF, not from the code I entered for the form. Looks like I just need to wrap it in <p></p>.... anyone know where I can find this?
Thanks
Great component, just have one thing I am trying to correct, basically, I get the following when validating my form:
Error: document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag
The code in question is:
line 105 column 174 - Error: document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag
<input type="hidden" name="c84a96c83bcdf96ef802a6585d2a3b89" value="1" />
This seems to be generated by CF, not from the code I entered for the form. Looks like I just need to wrap it in <p></p>.... anyone know where I can find this?
Thanks