Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad value for attribute action on element form #13

Closed
ghost opened this issue Dec 14, 2012 · 0 comments
Closed

Bad value for attribute action on element form #13

ghost opened this issue Dec 14, 2012 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 14, 2012

I have enclosed Haste to the Votebox extension of Yanick and stumble across the following error:

Line number 652
<form action="' . $this->action . '" id="' . $this->strFormId . '" enctype="' . ($this->hasUploads ? 'multipart/form-data' : 'application/x-www-form-urlencoded') . '" method="' . $this->method . '">

Browser output:
<form action="" id="vb_new_idea" enctype="application/x-www-form-urlencoded" method="post">

Bad value for attribute action on element form: Must be non-empty.

Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant