in reply to Add timestamp to helpdesk form

<h3>Fear not the Perlmonks formatting!</h3> <p>When posting code and data, try the <code></code> tags to encase yo +ur data and/or code without mangling special characters.</p> <i><font size=-1><p>PS: classic HTML tags outside of code tags can als +o be used to format your post well. An improved question allows bett +er and quicker replies.</p> <p>PPS: See the Writeup Formatting Tips and other links shown when you +'re writing your post!</p></font></i>

Fear not the Perlmonks formatting!

When posting code and data, try the tags to encase your data and/or code without mangling special characters.

PS: classic HTML tags outside of code tags can also be used to format your post well. An improved question allows better and quicker replies.

PPS: See the Writeup Formatting Tips and other links shown when you're writing your post!

Replies are listed 'Best First'.
Re^2: Add timestamp to helpdesk form
by csorrentini (Acolyte) on Jul 03, 2014 at 20:56 UTC
    <form action="/cgi-bin/helpdesk.cgi" name="helpdesk"> <body style="background-color:yellow;"> <p> <u><h1 style="font-family:verdana;"><strong>Problem type:</strong></h1 +></u> <input type="radio" name="probtype" value="hardware"/><strong>Hardware +</strong> <input type="radio" name="probtype" value="software"/><strong>Software +</strong> <br/> <textarea name="problem" rows="10 cols="40"> Describe your problem. </textarea> <br/> <strong>YourName:</strong> <input type="text" width="40" name="name" /><br/> <input type="submit" name="submit" value="Submit Problem" /> </form>
    oh nice thanks!