I am currently trying to add some comments to a single entry.
My template code is this:
{exp:comment:form channel="products"}
<label>Nickname</label>
<input name="name" type="text" /><br >
<label for="summary">Location</label>
<input type="text" name="location" value="{location}" size="50" /><br >
<label for="summary">URL</label>
<input type="text" name="url" value="{url}" size="50" /><br >
<label>Review</label>
<textarea name="comment" cols="70" rows="2"></textarea>
<input type="submit" class="submit" value="Submit review">
{/exp:comment:form}The problem is that when I submit a filled form, the location and url parameter stays empty whether I’m logged in or not (unless the logged in member has these filled out in his profile). The comment and nickname goes in fine.
We are using EE 2.5.2.