<turbo-stream action="replace" target="sendgrid-contact-form"><template><turbo-frame id="sendgrid-contact-form"><form class=" space-y-2 md:space-y-4" id="new_sendgrid_contact" novalidate="novalidate" action="/sendgrid_contacts" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="elhbqH4I6kri0HqYSub1WZjYASob7SwPZuCVDUu_SA4sPb1JcQWjOVPETjVgerEKhU4wvlOziKQOfPl7X8HwrQ" autocomplete="off" /><div class="mb-1 first_name space-y-1"><label class="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70" for="sendgrid_contact_first_name">First name</label><input class="bg-primary/0 border border-input text-primary text-sm rounded-md focus:ring-ring block w-full p-2.5" placeholder="First name" type="text" name="sendgrid_contact[first_name]" id="sendgrid_contact_first_name" /></div>
<div class="mb-1 last_name space-y-1"><label class="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70" for="sendgrid_contact_last_name">Last name</label><input class="bg-primary/0 border border-input text-primary text-sm rounded-md focus:ring-ring block w-full p-2.5" placeholder="Last name" type="text" name="sendgrid_contact[last_name]" id="sendgrid_contact_last_name" /></div>
<div class="mb-1 email space-y-1"><label class="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70" for="sendgrid_contact_email">Email</label><input class="bg-primary/0 border border-input text-primary text-sm rounded-md focus:ring-ring block w-full p-2.5" placeholder="abc@your-company.com" type="email" name="sendgrid_contact[email]" id="sendgrid_contact_email" /></div>
<div class="mb-1 company space-y-1"><label class="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70" for="sendgrid_contact_company">Company</label><input class="bg-primary/0 border border-input text-primary text-sm rounded-md focus:ring-ring block w-full p-2.5" placeholder="Your company" type="text" name="sendgrid_contact[company]" id="sendgrid_contact_company" /></div>
<input type="submit" name="commit" value="Submit" class="bg-primary text-primary-foreground shadow hover:bg-primary/90 focus:ring-1 focus:ring-ring font-medium rounded-md text-sm px-5 py-2.5 cursor-pointer" data-disable-with="Submit" />
</form></turbo-frame></template></turbo-stream>