Hello gms,
After submitting the form you can navigate to the form data.
There are 2 different scenarios that are slightly different.
Below are the configuration settings for both scenarios.
- Scenario 1
Configuration for: User can submit any number of forms
Form: Tab Basic: Name = 'redirect-1'
Form: Tab Basic: Maximum one form submission = No
Form: Tab Result: Save Result = Yes
Form: Tab Result: Redirect URL = http://localhost/developj5/index.php/redirect-1-form/redirect-1-data-edit
Form: Tab Dataview in Frontend: Allow Frontend Data View = Yes
Form: Tab Dataview in Frontend: Own Data only = Yes
Form: Tab Dataview in Frontend: Auto Publish Data = Yes
Form: Tab Form Permissions: Registered: Edit own data in Frontend: Allowed
Field: Tab Advanced: Display Data In Frontend: List and Details
Menu: Menu-Type 'Form data with edit link': Alias = 'redirect-1-data-edit'
Menu: Tab Form Data Display Options: Editable Record Sets Only = Yes
- Scenario 2
Configuration for: User can submit a maximum of 1 form
Form: Tab Basic: Name = 'redirect-2'
Form: Tab Basic:
Form: Tab Basic: Maximum one form submission = Yes
Form: Tab Basic: Action instead of Form: Tab: Selected option 'Redirect to edit view'
Form: Tab Result: Save Result = Yes
Form: Tab Result: Redirect URL = http://localhost/developj5/index.php/redirect-2-form
Form: Tab Dataview in Frontend: Allow Frontend Data View = Yes
Form: Tab Dataview in Frontend: Own Data only = Yes
Form: Tab Dataview in Frontend: Auto Publish Data = Yes
Form: Tab Form Permissions: Registered: Edit own data in Frontend: Allowed
Field: Tab Advanced: Display Data In Frontend: List and Details
Below is the sequence of presentation for the user for both scenarios.
- Scenario 1
Fresh form:
vi-solutions.de/forum-uploads/redirect-f...data_form-1_form.png
List of user records with edit link:
vi-solutions.de/forum-uploads/redirect-f...1_form-submitted.png
Editing the data set:
vi-solutions.de/forum-uploads/redirect-f...mitted_edit-view.png
- Scenario 2
Fresh form:
vi-solutions.de/forum-uploads/redirect-f...data_form-2_form.png
Editing the data set:
vi-solutions.de/forum-uploads/redirect-f...2_form-submitted.png
For scenario 1, an intermediate step is required because there are several data records per user for the form.
It is not possible to simply display the one record for the last form submission.
For scenario 2 it is of course also possible to forward
- only to the short data list (with exactly 1 data record) with edit link
- and not immediately to editing the data record.
Kind regards, Ingmar