🔥 PinePods Admin

A powerful, configurable form submission system with actions and notifications

Available Forms

Contact Form
General contact form for inquiries
Active ID: contact-form
Feedback Form
Submit feedback, bug reports, and feature requests
Active ID: feedback-form
PinePods Internal Testing Sign-up
Sign up for early access to PinePods beta versions
Active ID: internal-testing-signup

API Endpoints

Submit Form:

POST /api/forms/submit

List Forms:

GET /api/forms/

Get Form:

GET /api/forms/{id}

Health Check:

GET /health

Example submission:

{
  "form_id": "internal-testing-signup",
  "data": {
    "name": "John Doe",
    "email": "john@example.com"
  }
}