Open record details page on form submit?

I have a ticket tracking app, and want to open the ticket, as soon as it is created. I know I can use Form Submit rules redirect to a URL, which I have stored in my ticket’s database.
I’m using the method mentioned here, for generating the URL

I have an accordian element on the page, with the “New Ticket” form, and “Existing Tickets” table in seperate ‘folds’. As of now, users have to create the ticket, switch folds to the Existing Tickets table, refresh the table, and then click a record details link to open the ticket. Is there a way I can redirect the user to the saved URL on Form submit?