Contact đ¨ī¸
âš Get in touch with me!
You can contact me using the form below.
Here’s what the code looks like
This form uses Formspree which doesn’t require anything else beyond a simple email verification!
<section class="contact-form">
<form method="POST" action="https://formspree.io/hello@fvcproductions.com">
<input type="hidden" name="_subject" value="Hugoma Theme - New Contact Message">
<div class="field">
<label class="label">Name</label>
<div class="control has-icons-left">
<input class="input" aria-label="Name" autocomplete="on" type="text" name="name" placeholder="Frances Coronel">
<span class="icon is-small is-left">
âī¸
</span>
</div>
</div>
<div class="field">
<label class="label">Email</label>
<div class="control has-icons-left">
<input class="input" aria-label="Email" autocomplete="on" type="email" name="email" placeholder="hello@fvcproductions.com">
<span class="icon is-small is-left">
âī¸
</span>
</div>
</div>
<div class="field">
<label class="label">Message</label>
<div class="control">
<textarea class="textarea" aria-label="Message" spellcheck="true" rows="5" name="message" id="message" placeholder="I want to contact you about..."></textarea>
</div>
</div>
<div class="field is-grouped">
<div class="control">
<button type="submit" class="button is-primary">Send message</button>
</div>
</div>
</form>
</section>
đī¸đī¸đī¸ Comment
comments powered by Disqus