Problem/Motivation
We have a multistep form of around 8 steps and creating nodes based on this multistep webform. So when user wants to edit submiited data they have to again go through all 8 steps. Instead of showing an editable multistep webform, we can show directly node edit form on webform submission so users can edit all information in one place.
Steps to reproduce
1. Create multistep webform
2. Map this webform with any one content type
3. Submit webform
Proposed resolution
Redirect users to node edit form once they submit the webform
Remaining tasks
Make configurable form with redirection option(Checkbox), if redirection option is checked then only apply redirection logic.
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3252267-2.patch | 1.86 KB | hardik_patel_12 |
Issue fork webform_content_creator-3252267
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3252267-redirect-to-entity
changes, plain diff MR !2
Comments
Comment #2
hardik_patel_12 commentedComment #5
milos.kroulik commentedOther content entities besides nodes can be created, this should be reflected in the issue title.
Comment #6
milos.kroulik commentedThe submitted MR:
Comment #8
joaomarques736 commentedHello milos.kroulik, Thanks for your help, I did some adjustments and committed you changes! It will go in the next release. Best regards
Comment #9
joaomarques736 commentedComment #10
joaomarques736 commented