Title: Hello2 Forms
Author: clinicsoftware
Published: <strong>14. August 2026.</strong>
Last modified: 14. August 2026.

---

Search plugins

![](https://ps.w.org/hello2-forms/assets/banner-772x250.png?rev=3647746)

![](https://ps.w.org/hello2-forms/assets/icon-256x256.gif?rev=3647746)

# Hello2 Forms

 By [clinicsoftware](https://profiles.wordpress.org/clinicsoftware/)

[Download](https://downloads.wordpress.org/plugin/hello2-forms.1.0.0.zip)

 * [Details](https://me.wordpress.org/plugins/hello2-forms/#description)
 * [Reviews](https://me.wordpress.org/plugins/hello2-forms/#reviews)
 *  [Installation](https://me.wordpress.org/plugins/hello2-forms/#installation)
 * [Development](https://me.wordpress.org/plugins/hello2-forms/#developers)

 [Support](https://wordpress.org/support/plugin/hello2-forms/)

## Description

Hello2 Forms is a powerful form builder for WordPress. Create beautiful, smart forms
for bookings, marketing, leads and appointments with an easy-to-use interface.

### Features

 * **Multi-Step Forms**: Break long forms into smaller, more manageable steps.
 * **Conditional Logic**: Show or hide fields based on user input.
 * **Layout Blocks**: Use layout blocks to create complex form layouts, including
   text input, textarea, select, checkbox, radio, email, number, phone, date, signature,
   file upload, URL input, and multi-select fields.
 * **File Uploads**: Allow users to upload files through your forms.
 * **Webhooks**: Send form data to third-party services.
 * **Post-Submission Actions**: Redirect users to a custom URL, display a message,
   or execute custom code after form submission.
 * **Email Notifications**: Send email notifications to users and administrators.
 * **Slack Notifications**: Post form submissions directly to a Slack channel via
   a configurable webhook.
 * **Spam Protection**: Protect your forms from spam using hCaptcha.
 * **Form Embedding**: Embed forms on your website using a shortcode or block.
 * **Form Styling**: Customize the look and feel of your forms using built-in styling
   options.
 * **Form Templates**: Use pre-built form templates to get started quickly.
 * **Form Import/Export**: Import and export forms for use on other websites.
 * **Form Analytics**: Track form submissions and user interactions using Google
   Analytics.
 * **Translation Ready**: Translate Hello2 Forms into your language using the included
   POT file.
 * **QR Code**: Generate a QR code for your form and share it with users.
 * **REST API**: Integrate Hello2 Forms with other applications using the REST API.
 * **Popup Forms**: Display forms in a popup modal window.
 * **Form Scheduling**: Schedule forms to be displayed at specific times.
 * **Form Limitations**: Limit the number of form submissions and set expiration
   dates.
 * **Prefill Forms**: Prefill form fields with user data.
 * **Save and Resume**: Allow users to save form progress and resume later.
 * **Share Forms**: Share forms with other users and collaborate on form creation.
 * **Auto Submit**: Automatically submit forms after a specified time.
 * **Google Calendar**: Add form submissions to your Google Calendar.
 * **Google Meet**: Schedule Google Meet meetings using form submissions.
 * **Google Sign-In**: Let end-users sign in with their Google account via Google
   Identity Services.
 * **CRM Integration**: Send form submissions as new leads directly to ClinicSoftware
   CRM.
 * **Online Payments**: Collect payments on your forms securely through Stripe.
 * **AI Reply**: Add an OpenAI-powered field that generates a smart, chatbot-style
   response to a user’s input.
 * **Custom CSS**: Add custom CSS to your forms for advanced styling.
 * **SEO Friendly**: Create forms that are SEO friendly and accessible.
 * **Password Protection**: Protect forms with a password.
 * **Form Cloning**: Clone forms to create new forms quickly.

### External services

This plugin connects to several third-party services to deliver its features. Each
service below is used only when the corresponding feature is enabled in the plugin
settings or in a specific form.

#### hCaptcha

Used to protect forms against spam and automated submissions.
 When a form with 
hCaptcha enabled is submitted, the plugin loads `https://hcaptcha.com/1/api.js` 
and sends the user’s hCaptcha response token to hCaptcha for verification. Service
provider: hCaptcha (https://www.hcaptcha.com) Terms of service: https://www.hcaptcha.
com/terms Privacy policy: https://www.hcaptcha.com/privacy

#### Google Calendar / Google Identity Services

Used to let form authors connect a Google Calendar account and create calendar events
from form submissions, and to let end-users sign in with Google.
 When this feature
is enabled, the plugin loads `https://accounts.google.com/gsi/client` and `https://
apis.google.com/js/api.js` in the user’s browser, and the Google Calendar API (`
https://www.googleapis.com/calendar/v3/`) is called on the server using OAuth credentials
entered by the site admin. Data sent: the OAuth access/refresh tokens, the calendar
event payload created from the form submission (title, description, start/end times,
attendee email addresses), and standard API request metadata. Service provider: 
Google (https://www.google.com) Terms of service: https://policies.google.com/terms
Privacy policy: https://policies.google.com/privacy

#### ClinicSoftware CRM

Used to send form submissions as new leads to a linked ClinicSoftware CRM account.

When a form has the „Send to ClinicSoftware CRM“ action configured with a ClinicSoftware
account, each submission is sent from the WordPress server to that account’s ClinicSoftware
API endpoint (e.g. `https://your-clinic.clinicsoftware.com/api.php`) using the API
client key and secret the site admin entered in the plugin settings. Data sent: 
the form submission values (mapped to ClinicSoftware lead fields via each form field’s„
CRM map“ setting or the field name), an optional marketing list name, and the raw
submitted data attached as `rawForm`. The API client key/secret and business alias
are supplied by the site admin and are never sent to the plugin author. Service 
provider: ClinicSoftware (https://clinicsoftware.com) Terms of service: https://
clinicsoftware.com/terms Privacy policy: https://clinicsoftware.com/privacy

#### Stripe

Used to collect payments on forms.
 When a form includes a Stripe payment field,
the plugin loads Stripe.js from `https://js.stripe.com/v3` in the user’s browser
and uses the site’s Stripe API key on the server to call the Stripe API (`https://
api.stripe.com`) for product listing, payment intents, etc. Card details are sent
directly from the browser to Stripe and are not stored on the WordPress server. 
Service provider: Stripe (https://stripe.com) Terms of service: https://stripe.com/
legal/ssa Privacy policy: https://stripe.com/privacy

#### Slack

Used to send a notification to a Slack channel when a form is submitted.
 When a
form has a Slack webhook URL configured, the plugin POSTs the form submission data(
configurable per form) directly to that webhook URL at `https://hooks.slack.com/...`.
The webhook URL is supplied by the site admin in the plugin settings and is never
sent to the plugin author. Service provider: Slack (https://slack.com) Terms of 
service: https://slack.com/terms-of-service Privacy policy: https://slack.com/trust/
privacy/privacy-policy

#### OpenAI

Used by the optional „AI reply“ form field to generate a chatbot-style response 
to the user’s input.
 When an end-user submits a message in a form that has the 
OpenAI field enabled, the plugin sends the message text (and the surrounding conversation
context, if any) to `https://api.openai.com/v1/chat/completions` from the WordPress
server, authenticated with the API key the site admin entered in the plugin settings.
The response text is returned to the end-user. No end-user identifying information
is added by this plugin beyond what the form itself collected. Service provider:
OpenAI (https://openai.com) Terms of service: https://openai.com/policies/row-terms-
of-use Privacy policy: https://openai.com/policies/row-privacy-policy

### Source

Source code and issue tracker: https://github.com/clinicsoftware/clinicsoftware-
booking-plugin

## Screenshots

[[

[[

[[

[[

## Installation

 1. Upload the plugin files to `/wp-content/plugins/hello2-forms`, or install the plugin
    through the WordPress plugins screen directly.
 2. Activate the plugin through the „Plugins“ screen in WordPress.
 3. Use the Hello2 Forms menu item to create and manage your forms.

## FAQ

### Does the plugin require PHP 8.1?

Yes, Hello2 Forms requires PHP 8.1 or newer.

### What is Hello2 Forms?

Hello2 Forms is a powerful WordPress plugin designed to facilitate the creation 
of dynamic forms for your website, from simple contact forms to surveys and complex
registration forms.

### Will Hello2 Forms slow down my website?

No. Hello2 Forms is designed to be fast and efficient, and has been optimized so
it does not slow down your website.

### Does Hello2 Forms support multi-step forms?

Yes. You can break long forms into smaller, more manageable steps.

### Can I use conditional logic with Hello2 Forms?

Yes, Hello2 Forms supports conditional logic so you can show or hide fields based
on user input.

### Can I customize the look and feel of my forms?

Yes, Hello2 Forms provides built-in styling options, including Custom CSS support,
to customize the look and feel of your forms.

### Do I need to know how to code to use Hello2 Forms?

No. Hello2 Forms provides an intuitive interface for creating forms, so no coding
knowledge is required.

### Can I accept payments through my forms?

Yes. Hello2 Forms integrates with Stripe, letting you add a payment field to any
form and collect payments securely without storing card details on your server.

### Can I send form submissions to a CRM?

Yes. Forms can be configured to send submissions as new leads directly to a linked
ClinicSoftware CRM account.

### Can I get notified in Slack when someone submits a form?

Yes. Set a Slack webhook URL on a form and Hello2 Forms will post the submission
data to that channel automatically.

### Does Hello2 Forms support AI-generated responses?

Yes. The optional AI reply field uses OpenAI to generate a chatbot-style response
based on the user’s input.

### Can users sign in with their Google account?

Yes. Hello2 Forms supports Google Sign-In via Google Identity Services, in addition
to Google Calendar integration for creating events from submissions.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Hello2 Forms” is open source software. The following people have contributed to
this plugin.

Contributors

 *   [ clinicsoftware ](https://profiles.wordpress.org/clinicsoftware/)

[Translate “Hello2 Forms” into your language.](https://translate.wordpress.org/projects/wp-plugins/hello2-forms)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/hello2-forms/), check
out the [SVN repository](https://plugins.svn.wordpress.org/hello2-forms/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/hello2-forms/) by
[RSS](https://plugins.trac.wordpress.org/log/hello2-forms/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.0.0**
 *  Last updated **20 sata ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.9 or higher **
 *  Tested up to **7.0.4**
 *  PHP version ** 8.0 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/hello2-forms/)
 * Tags
 * [appointments](https://me.wordpress.org/plugins/tags/appointments/)[booking](https://me.wordpress.org/plugins/tags/booking/)
   [contact form](https://me.wordpress.org/plugins/tags/contact-form/)[forms](https://me.wordpress.org/plugins/tags/forms/)
   [leads](https://me.wordpress.org/plugins/tags/leads/)
 *  [Advanced View](https://me.wordpress.org/plugins/hello2-forms/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/hello2-forms/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/hello2-forms/reviews/)

## Contributors

 *   [ clinicsoftware ](https://profiles.wordpress.org/clinicsoftware/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/hello2-forms/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://clinicsoftware.com)