We are utilizing the comment submission form on article entries so that people can leave comments. Y’know, the usual stuff.
Anyway, even though we don’t include the value attribute in the input type, like…
<input type="text" name="name" value="{name}" />..the user’s name gets automatically submitted and displayed on the resulting screen if they are logged in.
We’d instead like users to be able to overwrite their name with whatever they submit the form with. For example, if the user’s official name is “Joanne Smith” but they submit the comment form with “Crazy Cat Lady”, it gets displayed as “Crazy Cat Lady” in the approved comment.
Is this possible?
thanks
geof