<form action="https://api.formbnb.com/f/YOUR_ORG/YOUR_FORM" method="POST">
<input type="text" name="_gotcha" style="display:none">
<div style="margin-bottom:16px;">
<label style="display:block;margin-bottom:4px;">Name</label>
<input type="text" name="name" required style="width:100%;padding:8px;border:1px solid #ccc;">
</div>
<div style="margin-bottom:16px;">
<label style="display:block;margin-bottom:4px;">Email</label>
<input type="email" name="email" required style="width:100%;padding:8px;border:1px solid #ccc;">
</div>
<div style="margin-bottom:16px;">
<label style="display:block;margin-bottom:4px;">Message</label>
<textarea name="message" rows="4" required style="width:100%;padding:8px;border:1px solid #ccc;"></textarea>
</div>
<button type="submit" style="background:#000;color:#fff;padding:12px 24px;border:none;cursor:pointer;">
Send Message
</button>
</form>