x
<html>
<body>
<h3>Save or publish?</h3>
<form action="../../../img/tutorials/html5_formnovalidate" method="get" target="_self">
<p>
<label for="description">Description:</label>
<input type="text" id="description" name="description" required />
</p>
<p>
<input type="submit" value="Save Draft" formnovalidate="true" name="save" />
or
<input type="submit" value="Publish" name="publish" formtarget="_blank" />
</p>
</form>
</body>
</html>
Comments
No comments have been made yet.
Please login to leave a comment. Login now