init
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
<div data-v-component-plugin-contact-form-form data-v-storage="database" data-v-confirm-email="true" data-v-name="contact-form-appointment">
|
||||
|
||||
@@include('../../_includes/notifications.html')
|
||||
|
||||
<form action="" method="post" data-v-vvveb-action="submit" data-selector="[data-v-component-plugin-contact-form-form]" data-v-vvveb-on="submit">
|
||||
<input type="hidden" class="form-control" placeholder="First name" name="firstname-empty">
|
||||
<input type="hidden" class="form-control" placeholder="Email" name="csrf" data-v-csrf>
|
||||
|
||||
<div class="row">
|
||||
<div class="search position-relative">
|
||||
<input class="form-control rounded-5" name="email" placeholder="Your email address">
|
||||
<button type="submit" class="btn btn-primary position-absolute rounded-5">
|
||||
|
||||
<span class="loading d-none">
|
||||
<span class="spinner-border spinner-border-sm align-middle" role="status" aria-hidden="true">
|
||||
</span>
|
||||
<span>Submitting</span> ...
|
||||
</span>
|
||||
|
||||
<span class="button-text">
|
||||
<span>Submit</span><i class="la la-lg la-envelope opacity-50 ms-2"></i>
|
||||
</span>
|
||||
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- if these hidden inputs are filled then ignore, robots -->
|
||||
|
||||
<input type="text" class="form-control d-none" placeholder="Contact form" name="contact-form" >
|
||||
|
||||
<input type="text" class="form-control d-none" placeholder="Subject" name="subject-empty" >
|
||||
|
||||
<input type="text" class="form-control visually-hidden" placeholder="Last name" name="lastname-empty" tabindex="-1">
|
||||
|
||||
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user