← Back to use cases
Landing Pages
Capture leads from your marketing campaigns and product launches. Integrate with your existing tools via webhooks.
Benefits
- ✓Quick setup for campaign pages
- ✓Webhook integration with CRMs
- ✓Custom redirect after submission
- ✓Analytics in dashboard
Example
<form action="https://spike.ac/api/f/YOUR_ID" method="POST">
<input type="hidden" name="_next" value="/thank-you">
<input type="email" name="email" placeholder="Enter email" required>
<button type="submit">Get Early Access</button>
</form>