I am shifting a clients website from drupal to EE2, I love the way ee works but also I am a newbie I have setup most of the project exect the form wont show up! please help!
my code is:
{exp:comment:form }
<label for=“name”>Name</label>
<input type=“text” name=“name”
value=”{name}” id=“name” size=“37” /></p>
<label for=“email”>Email Address</label>
<input type=“text” name=“email” value=”{email}”
id=“email” size=“37” /></p>
<label for=“comment”>Comment</label>
<textarea name=“comment” rows=“8” cols=“35”
id=“comment” >{comment}</textarea></p>
<input type=“submit” name=“submit”
value=“Submit” /></p>
{/exp:comment:form}
my url is: http://www.aatish.co.tz