Benefits

Form
Processing

A BETTER WAY FOR CONTACT FORMS

Simple tool for handling form submits

Create a form or use yur own, use it in your website or just your form incoming leads, even if you delete or forget to see it in your email account, you'll still have it here.

Organize leads by tagging with labels and status, search for old leads and turn possible clients into contacts.

Self hosted

Use the form you already have

CScontact is cloud based, so you dont need to install or update any extra scripts in your server.

See Details iOS, Android app

Create a form and embed it

CScontact is cloud based, so you dont need to install or update any extra scripts in your server.

Create a form and embed it

CScontact is cloud based, so you dont need to install or update any extra scripts in your server.

See Details iOS, Android app

Real Time Notifications

Mauris consequat maecenas convallis primis fermentum congue amet efficitur odio adipiscing, ullamcorper volutpat leo velit tortor dictum sapien dolor magna integer curae.

iOS Android app
A BETTER WAY FOR CONTACT FORMS

Why use sendmail or some self-hosted script, when you can have more with less work and no maintenance required

Features

Why use sendmail or some self-hosted script, when you can have more with less work and no maintenance required.

Perfect for any website, static or CMS's like WordPress, Craft, Shopify, social link and many more.

PRIVACY

The Data is yours

You choose if we store it for backup or not

CUSTOMIZABLE

Design and options

You choose redirects, auto responses and more

SPAM PROTECTION

Stop getting junk email

Easy recaptcha V3 and honey integration

EXPORT

Download data

Save submissions as .csv or excel

ACCEPT ATTACHMENTS

Secure file storing

Use your own S3 hosting for storing

      
VUE
axios.get('https://api.webcms.dev/1.jkljkl/page/1').then(response => (this.page = response))}
      $pagex = json_decode(file_get_contents('https://api.webcms.dev/1.jkljkl/page/1'));
    
      CREATE TABLE "topic" (
        "id" integer NOT NULL PRIMARY KEY,
        "forum_id" integer NOT NULL,
        "subject" varchar(255) NOT NULL
    );
    ALTER TABLE "topic"
    ADD CONSTRAINT forum_id FOREIGN KEY ("forum_id")
    REFERENCES "forum" ("id");
  
    -- Initials
    insert into "topic" ("forum_id", "subject")
    values (2, 'D''artagnian');
    

Hello World!