0
Sales Funnels0
Offers0
Industries/Markets0
Countries<script src="https://formspree.io/js/formbutton-v1.0.0.min.js" defer></script>
<script>
/* paste this in verbatim */
window.formbutton=window.formbutton||function(){(formbutton.q=formbutton.q||[]).push(arguments);};
/* customize formbutton here*/
formbutton("create", {
action: "https://formspree.io/xnqoanno",
title: "How Can We help?",
fields: [
{
type: "text",
label: "Name:",
name: "Your Name",
placeholder: "Your Name"
}
{
type: "email",
label: "Email:",
name: "Email",
required: true,
placeholder: "[email protected]"
},
{
type: "textarea",
label: "Message:",
name: "message",
placeholder: "What's on your mind? (Describe either the Problem you need help with or the Opportunity you want to take advantage of)",
},
{ type: "submit" }
],
styles: {
fontFamily: "Proxima Nova Bold",
title: {
background: "green",
},
button: {
background: "white",
}
},
initiallyVisible: true
});
</script>