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.
14 lines
736 B
14 lines
736 B
<div>
|
|
<div class="">
|
|
<input id="api_key" type="text" value="<%= start_form_url(slug: template.slug) %>" class="input font-mono input-bordered w-full bg-white" autocomplete="off" readonly>
|
|
<div class="mt-4">
|
|
<%= render 'shared/clipboard_copy', icon: 'copy', text: start_form_url(slug: template.slug), class: 'base-button w-full block', icon_class: 'w-6 h-6 text-white', copy_title: 'Copy', copied_title: 'Copied' %>
|
|
</div>
|
|
</div>
|
|
<div class="divider uppercase normal-case mt-5 mb-6 text-neutral-700">Or embed on your website</div>
|
|
<%= render 'templates/embedding', template: %>
|
|
<div class="mt-4">
|
|
<a href="#" class="link text-center block" data-action="click:turbo-modal#close">Close</a>
|
|
</div>
|
|
</div>
|