Feature #42404
closedEXT:form - Mailform actions should include hashes to scroll to form element
100%
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.
Updated by Benni Mack about 12 years ago
- Category changed from Content Rendering to Form Framework
- Status changed from New to Accepted
I see this feature as nice, but should be a configurable option when redirecting.
Updated by Björn Jacob over 9 years ago
- Category changed from Form Framework to 1602
Updated by Björn Jacob over 9 years ago
- Category changed from 1602 to Form Framework
Updated by Ralf Zimmermann over 9 years ago
The form action is passed to the function getTypoLink_URL.
This makes it possible to attach an anchor.
For example:
action = #anchor or action = 4#anchor
Maybe we just need to document this
Updated by Björn Jacob about 9 years ago
- Status changed from Accepted to In Progress
Updated by Björn Jacob about 9 years ago
- Subject changed from Mailform actions should include hashes to scroll to form element to EXT:form - Mailform actions should include hashes to scroll to form element
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
This has been solved with v7.5. One could easily add the section attribute to the FORM configuration:
section = yourAnchorWithoutAHashSymbol