Suggestion about error message.
You need to be logged in to post messages in the forums. New users may register here.
|
Cavin Deng
Member since: 03 August 2010
Posts: 3
|
Thursday 03 March 2011 4:41:57 am
Firstly, thanks you guys develop this amazing extension. I have a suggestion for this extension.
For now ezsurvey put the error messages at the begin of the form. When i used ezsurvey in our project, the customer always demand putting the error message near the question (Above or below). So i have to put error message for each question if the answer for that question is wrong. Consider following code snippet:
<div>
<label>What your email?
<span>Please answer this question as well</span> <!-- This is error message -->
</label>
<input type="text" name="some name" value="" />
</div>
So, we got error message nearby the question. And the user can quickly know what kind of problem with his input and where is problem. I think it is better for user's experience.
|
|
You need to be logged in to post messages in the forums. New users may register here.