Custom Import landing page

Hello,
I’m currently creating a custom import button in order to import rows and when done return back to another module.

Lets take this default path when doing a traditional import from Accounts:

https://crm.example.com/index.php?module=Import&action=Step1&import_module=Accounts&return_module=Accounts&return_action=index

Ok…lets suppose now we wants to return to Contacts module instead of Accounts…so i’ve tried:

https://crm.example.com/index.php?module=Import&action=Step1&import_module=Accounts&return_module=Contacts&return_action=index

But it doesn’t work.

Does anyone can help me on this?..and also i would return on a specific detailview record…of Contacts module

Thank you so much

Any Idea?

Thank you