There's a better way to build forms.

Transforming form creation, architected for likability.

A form visualization editor to build and manage every aspect of your forms. See the entire form from input fields to integrations in a single view.

workflow style editor illustration

Get Started

  • gdpr compliant icon

    GDPR Compliant

    General Data Protection Regulation (GDPR) compliant for collecting of personal data.

  • ssl encrypted icon

    SSL Encrypted

    Encrypted by Secure Socket Layer (SSL) to protect the exchange of sensitive data.

  • hippa compliant icon

    Hippa Compliant

    Compliance with the U.S. Health Insurance Portability and Accountability Act (HIPAA).

Built like a workflow builder, designed to build forms.

form builder
Overview

The complete platform to build online web forms.

Likeable Forms provides the form building tools and cloud infrastructure to build, scale, and enjoy a more optimized form experience.

Try Likeable Forms

Overview

icon to represent a feature

Developer Friendly

Build complete web forms exactly how you need — with conditional logic, drag and drop, or with code.

icon to represent a feature

Serverless Storage

Automatically store an unlimited amount of submissions and view them as often as you like.

icon to represent a feature

Form Links

Generate an entire form webpage with or without a website and share your link in just a few clicks.

Builder

icon to represent a feature

Visual Editor

Compose forms like workflows

  • Conditional Logic

    Show or hide

  • Dynamic Options

    User-meta

  • Dynamic Field Mapping

    Form values

  • Click or Drag

    Form builder

  • No Page Refreshing

    Fetch API

  • Inline-Editing

    Click & point

icon to represent a feature

Integrations

No coding workflow automation

icon to represent a feature

Automated Replies

Send confirmation emails

icon to represent a feature

Pre-built Templates

Pre-built forms

icon to represent a feature

Landing Page Designs

Pre-designed layouts

Advanced

icon to represent a feature

Cloud Storage

Scalable submissions database

icon to represent a feature

API

Make third-party connections

icon to represent a feature

AI Text Generator

ChatGPT AI writing assistant

icon to represent a feature

Hosted & Embeddable

Build with or without a website

icon to represent a feature

Self Hosted Solutions

Download for WordPress

icon to represent a feature

256-Bit Encryption

A robust encryption standard

Process

Ultra-quick form creation with simplified form management.

Instantly integrate steps directly inside your form with a visual workflow-style form building editor. Quickly build form collections, customize and manage large complex forms, all while staying inside a single view.

Try Likeable Forms
select start screen illustration
icon to represent a feature

Select a start screen

Select from pre-designed cover images or upload your own.

import template illustration
icon to represent a feature

Import a template

Get started quicker by selecting a template from the templates library.

select a design illustration
icon to represent a feature

Select a design

Select from a collection of custom designs and layouts.

add and customize inputs illustration
icon to represent a feature

Add & customize inputs

Use our advanced drag and drop form builder to build custom forms.

setup automatic responses illustration
icon to represent a feature

Setup automatic responses

Send emails automatically every time a new form submission is received.

add integrations illustration
icon to represent a feature

Add integrations

Connect your form with your favorite apps with our no-code integrations.

add submit logic illustration
icon to represent a feature

Add submit logic

Setup redirects, custom images, form confirmations or reload the form.

share your form link illustration
icon to represent a feature

Share your form link

Start sharing your form link whether you have a website or not.

Integrations

Extend and automate with no-code integrations.

A collection of first-party services you can easily add to your forms to increase functionality, automate repetitive tasks, and deploy powerful forms with our no code API connections.

Try Likeable Forms
stripe integration icon
Stripe

Financial infrastructure to grow revenue

aws integration icon
AWS Amazon

Cloud email sending service

intercom integration icon
Intercom

AI-first Customer Service Platform

hubspot integration icon
Hubspot

Software & tools for your business

dropboxsign integration icon
Dropbox Sign

Sign paperwork without all the paperwork

sinch integration icon

Sinch

The way the world communicates

mailchimp integration icon
Mailchimp

Marketing, automation & email platform

twilio integration icon
Twilio

Communication API for SMS

zendesk integration icon
ZenDesk

The complete customer service solution

Templates Library

Ready made form templates with one click importing.

Browse and import tailor-made form templates with a built-in template library and a one click template importer.

Try Likeable Forms
theme cover

Import Template

Contact

Collect basic information from customers, including their name, email, website, and inquiry details.

theme cover

Import Template

Client Onboarding

Deliver a personalized and smooth experience for every client by requesting essential details upfront.

theme cover

Import Template

Newsletter Subscription

Grow your newsletter and assign the appropriate audience for each new subscriber.

theme cover

Import Template

Job Application

Ensure that you get a comprehensive view of each applicant including work experience, education, and skills.

theme cover

Import Template

Lead Generation

Ensure that you get a comprehensive view of each applicant including work experience, education, and skills.

theme cover

Import Template

Performance Review

A comprehensive form for managers and team leaders to share their employee performance reviews.

/connect/api/v1/form

Developer Solutions

API Reference

Get to that first API call faster with an easy to understand API documentation site and simple authentiction.

Boilerplate Template

Avoid building from scratch or writing lengthy CRUD events by downloading our official boilerplate extension template.

Actions & Filters

Extend the functionality of your forms with native add_action() and add_filter() hooks, requires WordPress.

Custom Snippets

Write custom snippets for each or all of your forms and add them directly to your functions.php file. Requires Wordpress.

Visual API

Automate workflows and connect with third-party API's by visually selecting an API endpoint inside the editor.

Webhooks

Share real-time data and trigger API functions with built-in webhooks or build your own.

Request

POST
/connect/api/v1/form
curl --location '/connect/api/v1/form' \
--header 'Content-Type: application/json' \
--header 'X: {apikey}' \
--data-raw '{
 "title": "Contact",
 "description": "Get in touch.",
 "fields": [
    {
      "fieldType": "lfAddEmail",
      "labelContent": "Email Address",
      "helperContent": "Please enter a valid email address.",
      "required": "true",
      "placeholder": "emailaddress@url.com"
    }
    ]
}'

Response

{
  "id": 1,
  "link": "https://likeableforms.com/link?f=1"
}

How to's and tutorials

Latest from the blog

Saturday, November 17, 2024

Getting started with form landing pages for your WordPress forms.

Similar to pre-built WordPress themes designed for specific business categories, a form landing page is a pre-designed web page built for specific form use cases.

Tuesday, November 14, 2024

How to create a payment form on WordPress

Having the ability to collect payments online comes with many benefits such as increased sales, flexibility to meet customers online, reduced workload management, expanding your customer base, and customizing the checkout experience to match your company's branding.

Thursday, November 12, 2023

Building a WordPress contact form

Learn how to build, embed, and publish a WordPress contact form for your website.