So I want to add a chat box on a separate page on tumblr, but every time I add the html it just shows up as html. How can I make the chat box actually show up?
Specifically, it's a cbox.
So I just made a form but I'm not sure how to have the info sent to my email when someone submits it.
This is what I have:
<form>
First name: <input type="text" name="firstname" /><br />
<br /><br />
Secret password: <input type="password" name="pwd" />
<br /><br />
<input type="radio"...