Request for quote with company, product interest, and timeline. Ideal for B2B and product inquiries.
Endpoint
POST https://myformconnect.io/f/YOUR_FORM_ID
Replace YOUR_FORM_ID with your form ID from MyFormConnect.
<form action="https://myformconnect.io/f/YOUR_FORM_ID" method="POST"> <input type="text" name="name" placeholder="Contact name" required> <input type="email" name="email" placeholder="Email" required> <input type="text" name="company" placeholder="Company"> <input type="text" name="product_interest" placeholder="Product / service of interest"> <textarea name="details" placeholder="Quantity, specs, timeline"></textarea> <button type="submit">Request Quote</button> </form>