@extends('layouts.app') @section('title', 'Bulk Signature Request') @section('content')

Bulk Signature Request Bulk signing allows you to create many independent signature requests at once using a CSV file.

Upload recipient data to create independent signature requests in bulk.

Batch Identifier: {{ $package_id }}

@csrf

1. Select Template(s)

@foreach($templates as $row)
{{ $row->template_title }}
{{ $row->template_no_of_signers }} Signer Positions
@endforeach
0 templates selected

1. Batch Name / Label Give this batch a name to identify it easily in your history (e.g., "September Payroll" or "Onboarding Group A").

This name is for your internal reference.

2. Add Recipients

Select templates to enable upload

3. Prefill Data Prefill Data Enter initial values for document fields designated for the sender. This information will be populated across the generated batch.

Prefill data not added

4. Preferences

Default settings applied

5. Signing Mode

Remote Email

6. Custom Message

Default message will be used

Recipient CSV Upload

Recipient data must be provided in a CSV file following the required format.

Click to select CSV file

Pre-filled Document Fields Pre-filled Document Fields These fields were configured as pre-fill fields when the template was prepared. Enter any required values before generating the bulk batch. Pre-fill fields are completed by you and are applied across all generated requests.

Select documents to see available prefill fields.

Batch Preferences

Sequential signing
Signers must sign in order
Field Visible
Visible to all signers
Random Sending Delay
Gap between emails (3s)

Signing Mode

Shared Email Message

{!! $email_settings_data->signature_email_body ?? '' !!}

This message applies to all requests in this batch.

Review Bulk Request

Selected Templates

Prefill Values

None

Recipient Count

Signing Mode

Each recipient will receive their own independent signing request.

@endsection