mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
419 B
12 lines
419 B
<div class="alert">
|
|
<%= svg_icon('info_circle', class: 'w-6 h-6') %>
|
|
<div>
|
|
<p class="font-bold">
|
|
<%= t('bulk_send_from_excel_xlsx_or_csv') %>
|
|
</p>
|
|
<p class="text-gray-700">
|
|
Bulk send via CSV/XLSX import is not bundled with this open-source edition. Use the JSON API (POST /api/submissions with an array of submitters) to create submissions in bulk programmatically.
|
|
</p>
|
|
</div>
|
|
</div>
|