/ Published in: HTML
Expand |
Embed | Plain Text
<form id='comment_form' method="post" action="http://localhost/ExpressionEngine2.0.0_PB1/index.php/news/comments/getting_to_know_expressionengine" > <fieldset id="comment_fields"> <!-- Show inputs only if the member is logged out. If logged in, this information is pulled from the member's account details --> <ol> <li> <input type="text" id="name" name="name" value="" size="50" /> </li> <li> <input type="text" id="email" name="email" value="" size="50" /> </li> <li> <input type="text" id="location" name="location" value="" size="50" /> </li> <li> <input type="text" id="url" name="url" value="http://" size="50" /> </li> <li> </li> <li> <input type="checkbox" name="save_info" value="yes" id="save_info" /> </li> <li> <input type="checkbox" id="notify_me" name="notify_me" value="yes" /> </li> <li> <img src="http://localhost/ExpressionEngine2.0.0_PB1/images/captchas/1260996356.7823.jpg" width="140" height="30" alt=" " /> </li> <li> <input type="submit" name="submit" value="Submit" id="submit_comment" /> </li> </ol> </fieldset> </form>
You need to login to post a comment.
