Project

General

Profile

Actions

Feature #42404

closed

EXT:form - Mailform actions should include hashes to scroll to form element

Added by Bart Dubelaar over 11 years ago. Updated over 8 years ago.

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 #1

Updated by Benni Mack over 11 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.

Actions #2

Updated by Benni Mack over 11 years ago

  • Complexity set to medium
Actions #3

Updated by Mathias Schreiber over 9 years ago

  • Target version set to 7.5
Actions #4

Updated by Björn Jacob almost 9 years ago

  • Category changed from Form Framework to 1602
Actions #5

Updated by Björn Jacob almost 9 years ago

  • Category changed from 1602 to Form Framework
Actions #6

Updated by Ralf Zimmermann over 8 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

Actions #7

Updated by Björn Jacob over 8 years ago

  • Status changed from Accepted to In Progress
Actions #8

Updated by Benni Mack over 8 years ago

  • Target version deleted (7.5)
Actions #9

Updated by Björn Jacob over 8 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
Actions

Also available in: Atom PDF