kraftbj / genesis-enews-extended

WordPress widget to provide additional functionality to the Genesis eNews widget.
https://kraft.blog/genesis-enews-extended/
Other
12 stars 15 forks source link

Form Action field should not be blank #92

Closed kraftbj closed 10 years ago

kraftbj commented 10 years ago

Blank <form action=""> is invalid HTML 5. Value must be present.

Add something like $current_url = ( is_ssl() ? 'https://' : 'http://' ) . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; and echo the $current_url into the action field.