How to trigger a form save from another action?
Goal: What i am trying to achieve is when a user selects an item, if they hit the suffix 'edit' it will take them to that relationships edit page.
Problem: When I click the edit option, it goes to the edit page, but it doesnt save that i selected that thing.
Here is my select field
any help would be much appreciated!
3 Replies
If the user selects a video, and then clicks the edit button, I want to trigger some sort of message if the form is in a dirty state saying they should save first or have a save and continue button or something.
Just a thought - can you instead open the Edit page in a new tab?
@OrdinaryDev Did you find a solution to saving from the action? I have the same issue. Seems like it should be simple as I think a lot of people will want to save their data before running an action.