How show button after inser or update of a form

Hi,
I’m trying to find the way to show a custom button (sc_redir…) after to have clicked the insert (add) or the update (save) button action.
If I show it contemporary it makes confusion for the user.
I got to link a series of forms to populate in cascade . I’ve tried also with stepped pages but the tables of different forms are different and in that way seems not possible.
I got 5 steps forms in succession.
If you have a brilliant solution to adopt it will be very appreciated.
Thanks

Hi
Reload (sc_redir) the form when add or update and use onLoad event to show or hide any button depending on a variable

bye.

form buttons can be hidden in the inserting mode (select NO) and shown in update mode (after an insert)

standard

Ok thanks. I will check how manage it