Learn how to integrate PRZIO form builder into your website. Add contact forms,lead capture forms, survey forms, and multi-step forms with advanced validation.
Get started with PRZIO form builder platform
/signup📸 Screenshot Placeholder: PRZIO Signup Page
Add screenshot showing the signup form with email and password fields
📸 Screenshot Placeholder: Create Project Dialog
Add screenshot showing the project creation form with name and description fields
💡 Pro Tip: Keep your Project ID handy - you'll need it for form integration. You can find it in the project settings page.
Design your contact form or lead capture form
📸 Screenshot Placeholder: Forms Dashboard
Add screenshot showing the forms list page with create button
Select the type of form you want to create:
📸 Screenshot Placeholder: Form Type Selection
Add screenshot showing form type selection screen with all options
Build your form with custom fields and validation rules
Add form fields to collect the data you need:
📸 Screenshot Placeholder: Form Builder with Field Options
Add screenshot showing the form builder interface with drag-and-drop field options
📸 Screenshot Placeholder: Field Configuration Panel
Add screenshot showing field settings panel with all configuration options
Configure form validation to ensure data quality:
📸 Screenshot Placeholder: Validation Rules Configuration
Add screenshot showing validation settings with examples
Build multi-step forms for better user experience
📸 Screenshot Placeholder: Multi-Step Form Builder
Add screenshot showing multi-step form interface with step navigation
📸 Screenshot Placeholder: Multi-Step Form Preview
Add screenshot showing a multi-step form with progress indicator
Choose how to display your form on your website
Add your form to a popup for better conversion:
📸 Screenshot Placeholder: Form Embedded in Popup
Add screenshot showing a popup with embedded form
Embed your form directly on a webpage:
<!-- Form Embed Code --> <div id="przio-form-container" data-form-id="YOUR_FORM_ID"></div> <script src="https://app.przio.com/sdk.js" data-project-id="YOUR_PROJECT_ID"></script>
📸 Screenshot Placeholder: Standalone Form on Webpage
Add screenshot showing a form embedded directly on a webpage
Add the PRZIO form SDK to handle form submissions
The PRZIO form SDK is included automatically when you use the popup SDK or embed code. If you're using standalone forms, include the SDK:
<script src="https://app.przio.com/sdk.js" data-project-id="YOUR_PROJECT_ID"></script>📸 Screenshot Placeholder: HTML with Form SDK
Add screenshot showing HTML file with SDK script and form container
When the PRZIO SDK loads, it automatically:
data-form-id attributeVerify your form is working correctly
📸 Screenshot Placeholder: Form Displayed on Website
Add screenshot showing the form displayed on a webpage
📸 Screenshot Placeholder: Form Validation Errors
Add screenshot showing validation error messages on form
📸 Screenshot Placeholder: Form Submission Success
Add screenshot showing successful form submission message
📸 Screenshot Placeholder: Multi-Step Form Navigation
Add screenshot showing multi-step form with progress indicator
Congratulations! You've successfully integrated PRZIO form builder into your website. You can now: