Guide

How to Sign a Consent Form Online

Consent forms can be signed electronically for medical procedures, research participation, and media usage.

Steps

  1. 1

    Prepare consent form with all required disclosures

  2. 2

    Send to participant or patient

  3. 3

    Recipient reviews and signs electronically

  4. 4

    Both parties receive signed copy

  5. 5

    SHA-256 certificate provides audit trail for compliance

Try it with curl

curl
curl -X POST https://signb.ee/api/send \
  -H "Content-Type: application/json" \
  -d '{
    "content": "# Your Document\n\nContent here...",
    "senderName": "Your Name",
    "senderEmail": "you@email.com",
    "recipientName": "Recipient",
    "recipientEmail": "recipient@email.com"
  }'

Legal validity

Electronic signatures are legally binding under the ESIGN Act (US), eIDAS Regulation (EU), and Electronic Communications Act (UK). Every Signbee document includes a SHA-256 tamper-proof certificate.

Related resources

Try Signbee — free, no credit card.