Model release / contract e-signature step #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Step 5 — client reads the model release / session contract and signs it with a canvas signature. The signed PDF is generated server-side and emailed to both parties.
Frontend
{ signaturePng, fullName, bookingId }toPOST /api/bookings/:id/signBackend (
POST /api/bookings/:id/sign)pdf-libto open the contract template PDF fromapi/contracts/model-release.pdfapi/signed-contracts/<bookingId>.pdfcontract_signed_at,contract_pdf_pathContract template
api/contracts/model-release.pdfapi/.env(CONTRACT_SIG_X,CONTRACT_SIG_Y,CONTRACT_SIG_PAGE)Acceptance