Never worked with short codes, and if you could point me in the right direction, you could help me edit this contact form plug in. (This is no formatting help from what I saw on their site) I have a text area like so
<p>Your Name (required)<br />
[text* your-name] </p>
<p>Your Email (required)<br />
[email* your-email] </p>
<p>Subject<br />
[text your-subject] </p>
<p>Your Message<br />
[textarea your-message] </p>
<p>[submit "Send"]</p>
and I'd like to have the text above these input boxes display as text within the input box. How can I do this? Thanks!