- This topic has 2 replies, 2 voices, and was last updated 10 years, 9 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Form action empty causing error on validator.w3.org
Hi,
I’m trying to validate my website on http://validator.w3.org/ and giving me the following error:
Bad value for attribute action on element form: Must be non-empty.
This is the code that’s causing the problem:
<form action="" method="post" class="searchandfilter" data-sf-form-id="1272" ... >
Thanks for any help.
I’m also getting the following errors on the same page:
Element input not allowed as child of element ul in this context.
The form has the following inputs before the closing </ul> tag:
<input type=”hidden” name=”_sf_submitted” value=”1″>
<input type=”hidden” name=”_sf_form_id” value=”1272″ class=”sf_form_id”>
Hey Adrian
Thanks for alerting me to these, shoudl be quick fixes – I’ll see if they can make it into the next update
Best