Actions
Feature #42404
closedEXT:form - Mailform actions should include hashes to scroll to form element
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2012-10-25
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
medium
Sprint Focus:
Description
When a form is included at the bottom of a page that is longer then the users screen, then the user does not see the result of the form post.
E.g. when a mail form is filled in and posted then the preview and/or confirmation message falls of the screen and the user thinks the form was already submitted.
A simple solution is to include a #id in the form action and confirmation form action that points to the id of the form element. This way the browser will scroll to the form element and the user won't miss the result.
Actions