@csrf
{{ $webform->name }}
@if($get_html)
{!! __('app.customize_from_html') !!}
@endif @if($webform->is_recaptcha) @endif
{{ $webform->name }}
is_recaptcha) onsubmit="return validateRecaptcha(event);" @endif> @foreach($form_field_order as $field_id) @if($field_id === 'email')
{{ __('app.email') }}
@else @php $custom_field = $list_custom_fields_by_id->get($field_id); @endphp @if($custom_field) @include('contacts.list_custom_field_single', ['custom_field' => $custom_field, 'contact_data' => $contact_data, 'get_html' => $get_html ?? false]) @endif @endif @endforeach @if($webform->is_recaptcha)
@endif
@php $webform_attrs = json_decode($webform->attributes ?? '{}'); @endphp
{{ !empty($webform_attrs->submit_button_text) ? e($webform_attrs->submit_button_text) : __('app.submit') }}
@if($list_custom_fields->contains('type', 'date')) @endif
@if($get_html)
@endif