[wp-trac] Re: [WordPress Trac] #4645: Wordpress page editor
"forgets" submit button on form
WordPress Trac
wp-trac at lists.automattic.com
Mon Jul 16 19:56:05 GMT 2007
#4645: Wordpress page editor "forgets" submit button on form
--------------------------+-------------------------------------------------
Reporter: Nosve | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.2.2
Component: General | Version: 2.2
Severity: major | Resolution:
Keywords: forms submit |
--------------------------+-------------------------------------------------
Changes (by Nosve):
* milestone: => 2.2.2
Comment:
The form code that this happening with:
{{{
<form
action="http://www.genocideintervention.net/testdrive/wordpress/feedbackcode.php"
method="post">
<table summary="feedback form" border="0" cellpadding="5" cellspacing="5">
<tr>
<td><label for="name">Name:</label></td>
<td><input name="name" size="25" class="contact" type="text" /></td>
</tr>
<tr>
<td><label for="email">Email address:</label></td>
<td><input name="email" size="25" class="contact" type="text" /></td>
</tr>
<tr>
<td><label for="official">Who you called:</label></td>
<td><input name="official" size="25" class="contact" type="text" /></td>
</tr>
<tr>
<td colspan="2"><label for="comments">Comments:</label><textarea rows="15"
cols="45" name="comments" class="contact"></textarea></td>
</tr>
<!-- this is the part that disappears -->
<tr>
<td colspan="2">
<input type="submit" value="Send Feedback" /><br />
</td>
</tr>
<!-- /disappear -->
</table>
</form>
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/4645#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list