PawPaw Forms

What is PawPaw?

PawPaw turns natural language into professional forms. Describe what you need — “create a customer satisfaction survey with rating scales and a comments box” — and AI generates the complete form with fields, validation, and styling.

Key Features

AI Form Generation

Tell PawPaw what you need in plain English. It creates the form structure, chooses appropriate field types, and even suggests validation rules.

Visual Editor

Fine-tune every detail with the drag-and-drop editor. Rearrange fields, customize labels, add conditional logic, and preview on mobile.

Payment Collection

Accept payments directly through forms using Paystack integration. Set fixed amounts or let respondents choose how much to pay.

info Supported Payment Methods
PawPaw supports all Paystack payment methods: bank cards, bank transfers, USSD, and mobile money. Funds settle directly to your bank account.

Smart Analytics

Ask questions about your data in natural language:

“How many people rated us 4 or above this month?”

PawPaw translates your question into a database query and returns the answer instantly.

Report Templates

Generate beautiful PDF reports from your form submissions. Bind data fields to templates with Mustache-style syntax, or let AI generate a report layout for you.

Video Tutorial

Watch a 3-minute walkthrough of creating your first form:

youtube

Creating Your First Form


Describe Your Form

Click “New Form” and type a description like: “Employee onboarding form with name, email, department dropdown, start date, and emergency contact”

Review & Customize

PawPaw generates the form. Review each field, adjust labels, add validation rules, and rearrange the order.

Publish & Share

Click Publish to get a shareable link. Send it via email, WhatsApp, or embed it on your website.

Collect & Analyze

Watch submissions come in on your dashboard. Use smart queries to analyze responses or export to CSV.

Pricing

Plan Forms Submissions Price
Free 3 100/month ₦0
Starter 10 1,000/month ₦5,000/mo
Pro Unlimited Unlimited ₦15,000/mo
Enterprise Unlimited Unlimited Custom

tip Free Forever
The free plan is genuinely free — no credit card required, no trial expiry. Perfect for trying PawPaw out or running small surveys.

API Access

PawPaw offers a REST API for programmatic form management and data access. See the API Overview for authentication and endpoints.

# Fetch form submissions
curl -H "Authorization: Bearer YOUR_API_KEY" 
  https://apps.storeharmony.com/pawpaw/api/v1/forms/FORM_ID/submissions

warn Rate Limits
API requests are limited to 100/minute on the free plan and 1,000/minute on paid plans. Exceeding the limit returns HTTP 429.