I need to make the following functionality:
I have a “Create new task” button on a homepage. Need on a click “Create new task” to
- Go to page “tasks”
- Show a “Create a task” popup
I understood that I can set the first action, but can’t add the show for another page.
Can I make it by sending some parameters to another page. So during the load the page “tasks” will detect this parameter and will open “Create a task” popup.
Another option could be to add “Create a task” popup to the home page but I think having 2 similar popups on different pages will make the system inconvenient for the developer. If I decide to change something in one form I will have to change 2 popups.
Thank you in advance!