Pull data from form field

Permalink
Hi all, I'm trying to pull user entered data from a form field, and have it display somewhere else on the page. This is the html for the form field:
<input id="name" class="ccm-input-text" type="text" value="" name="name">


Thanks in advance

Kurtopsy