I'm using the Docusign API and programmatically create the envelope and add recipients. The sender is then redirected to the sender view URL, adds initial and signature tags and then sends the envelope. Works great.
The problem is sometimes that once the envelope is SENT, the senders then realize they forget to add these tags for multiple recipient. I can always generate another sender view URL with no problem and redirect the sender. The problem is that it takes them to a sort of "read only" view of the document and they have to click on "OTHER ACTIONS" and then "Correct". From there they can modify the envelope somewhat and the recipients and then click a button that reads "Edit Documents and tags" to get back to the original sender view where you place the signature tags.
Once an envelope is sent, is there any way to correct it like this but SKIPPING this "correction page" and going straight back into the view where you're actually placing the tags? Our web application does all the recipient adding and envelope creation. We don't want our users to be able to have any advanced options and possibly mess up the envelope.