Skip to content

dbosoft/conversational-form

 
 

Repository files navigation

Conversational Form by dbosoft

This is a fork of the great - but now unmaintained - Conversational Form made by SPACE10.

WIP

We are in the process of rewriting the code and documentation pages. Until it is finished, most of the readme still refers to the original Conversational Form.

   

With Conversational Form you can easily turn your form content into conversations. It features conversational replacement of all input elements, reusable variables from previous questions and complete customization and control over the styling.

Introducing Conversational Form 1.0

Explore Conversational Form docs »

Quick Start

Include Conversational Form in your page:

download/install the latest release:

  • Clone the repo: git clone https://github.com/dbosoft/conversational-form.git
  • Install with npm: npm install @dbosoft/conversational-form
  • Install with yarn: yarn add @dbosoft/conversational-form

Manually instantiating Conversational Form

import { ConversationalForm } from ' @dbosoft/conversational-form';

const cfInstance = new ConversationalForm({
    formEl: formElement,
    context: targetElement,
});

Read the Getting started page for information on the framework contents, options, templates, examples and more.

Status

npm version Build Status JS gzip size CSS gzip size

Bugs and feature requests

If you see a bug, have an issue or a feature request then please submit an issue in the GitHub issue tracker. For the sake of efficiency we urge you to look through open and closed issues before opening a new issue. Thank you ⭐

Documentation

Conversational Form's documentation is included in /docs of this repo as well as being hosted on GitHub Pages.

Contributing

Pull Requests for bug fixes or new features are always welcome. If you choose to do a Pull Request please keep these guidelines in mind:

  • Fork the "main" branch
  • If you forked a while ago please get the latest changes from the "main"-branch before submitting a Pull Request
    • Locally merge (or rebase) the upstream development branch into your topic branch:
      • git remote add upstream https://github.com/dbosoft/conversational-form.git
      • git checkout main
      • git pull upstream
      • git pull [--rebase] upstream main
  • Always create new Pull Request against the "main" branch
  • Add a clear title and description as well as relevant references to open issues in your Pull Request

Versioning

See the Releases section of our GitHub project for changelogs for each release version of Conversational Form. We will do our best to summarize noteworthy changes made in each release.

Acknowledgement

Thank you to everyone who has taken part in the creation of Conversational Form.

Copyright and license

Conversational Form is licensed under MIT. Documentation under CC BY 3.0.

About

Turning web forms into conversations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 51.3%
  • JavaScript 22.1%
  • HTML 11.5%
  • SCSS 10.8%
  • CSS 4.3%