{!! __mc('Learn more about subscription settings and forms.', ['link' => 'https://mailcoach.app/resources/learn-mailcoach/features/email-lists#content-forms']) !!}
@if($form->allow_form_subscriptions)
@endif
@if($form->allow_form_subscriptions)

{!! __mc('Check out the article on Mailcoach\'s honeypot feature for more info.', ['url' => 'https://www.mailcoach.app/resources/blog/use-honeypot-to-fight-spam/']) !!}

@endif
{!! __mc('Leave empty to use the defaults. Example', ['link' => route("mailcoach.landingPages.example")]) !!} @if ($form->requires_confirmation) @endif @if ($form->requires_confirmation) @if(empty($emailList->confirmation_mailable_class))
@if ($form->confirmation_mail === 'send_custom_confirmation_mail')
@if (count($transactionalMailTemplates))
@if ($emailList->confirmationMail) {{ __mc('Edit') }} @endif
@else {!! __mc('You need to create a transactional mail template first. Create one here', [ 'createLink' => route('mailcoach.transactional'), ]) !!} @endif {{ __mc('You can use the following placeholders in the subject and body of the confirmation mail:') }}
::confirmUrl::
{{ __mc('The URL where the subscription can be confirmed') }}
::subscriber.first_name::
{{ __mc('The first name of the subscriber') }}
::list.name::
{{ __mc('The name of this list') }}
@endif @else {{ __mc('A custom mailable (:mailable) will be used.', ['mailable' => $emailList->confirmation_mailable_class]) }} @endif
@endif {!! __mc('Check out the documentation to learn how to set up a welcome automation.', [ 'docsUrl' => 'https://mailcoach.app/resources/learn-mailcoach/features/automations#content-creating-an-automation' ]) !!} @if ($form->dirty) {{ __mc('You have unsaved changes') }} @else
{{ __mc('You have unsaved changes') }}
@endif