please add action to forms
-
Hi,
please add an action to your forms to pass the w3c validator (an empty action attribute is not valid).
This will always submit the current page, which is technically the same like an empty action attribute:
<form action="<?php global $wp;echo home_url( $wp->request );?>" autocomplete="off">
Greetings,
doc
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘please add action to forms’ is closed to new replies.