Hi everyone,
Until a few days ago, I had never used DocuSign, so I’m sure my problem is something simple—but I just can’t figure it out.
I’ve built a web app where our nurses and doctors can create prescriptions for medications. The workflow is: the nurse selects the patient from the database, chooses the medications, and this information populates into a DocuSign template.
Once all the details have been entered, the user clicks “Send to DocuSign.” At this point, a new browser window opens with the DocuSign document, which is great—it allows the nurse to review everything before proceeding.
Here’s the issue: after that review step, I want the document to be sent to the doctor, who only needs to sign it and add the date, but also needs to edit the medications if required.
Right now, it’s making me sign the document, which then completes it. That’s not what I want—I just want to preview it, then pass it to the doctor for their signature and potential edits.
I’m guessing the issue is with how I’ve set up my recipients in the template or API call, but I’m not sure what needs to change.