Hi EE’ers
I am using stand-alone entry form. After I submit the form, I got “Disallowed Key Characters” error.
Here is the simple stand-alone entry form template I am using:
{pTitle} is a custom field
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN” “http://www.w3.org/TR/REC-html40/loose.dtd”>
<html lang=“en”>
<head><title>Untitled</title>
</head>
<body>{exp:weblog:entry_form weblog="proposals" return="proposals/submit"}
<h1>Please complete the form below to submit your proposal</h1>
Entry Title
<input type=“text” name=“title” id=“title” value=”{title}” size=“50” />
URL Title
<input type=“text” name=“url_title” id=‘url_title’ value=”{url_title}” maxlength=“75” size=“50” />
Proposal Title: <input type=“text” id=”{pTitle}” name=”{pTitle}” size=“20” />
<input type=“submit” name=“submit” value=“Submit” />{/exp:weblog:entry_form}
</body>
</html>
If I use the default stand-alone entry form code, then it is fine: I can submit entries successfully.
Any idea why?
Thanks!