-
Notifications
You must be signed in to change notification settings - Fork 773
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
Include ConversationalForm in your page: | ||
|
||
```html | ||
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/space10-community/[email protected].80/dist/conversational-form.min.js" crossorigin></script> | ||
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/space10-community/[email protected].83/dist/conversational-form.min.js" crossorigin></script> | ||
``` | ||
Or download the latest release: | ||
- Clone the repo: ````git clone https://github.com/space10-community/conversational-form.git```` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
{ | ||
"name": "conversational-form", | ||
"version": "0.9.82", | ||
"version": "0.9.83", | ||
"authors": [ | ||
{ | ||
"name" : "Daniel Friis", | ||
"email": "[email protected]", | ||
"url" : "http://space10.io" | ||
}, { | ||
}, | ||
{ | ||
"name" : "Felix Nielsen", | ||
"email": "[email protected]", | ||
"url" : "http://rwatgg.dk" | ||
}, | ||
{ | ||
"name" : "Jens Soegaard", | ||
"email": "[email protected]", | ||
"url" : "https://jenssogaard.com" | ||
} | ||
], | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -134,7 +134,7 @@ <h1 id="getting-started">Getting Started</h1> | |
<p>Turning web forms into conversations. Conversational Form is an open-source concept by <a href="https://space10.io/" target="_blank">SPACE10</a> to easily turn any form element on a web page into a conversational form interface. It features conversational replacement of all input elements, reusable variables from previous questions and complete customization and control over the styling.</p> | ||
|
||
<h2 id="include-conversationalform-in-your-page">Include ConversationalForm in your page</h2> | ||
<pre><code class="language-html" data-lang="html"><script type="text/javascript" src="https://cdn.jsdelivr.net/gh/space10-community/[email protected].80/dist/conversational-form.min.js" crossorigin></script></code></pre> | ||
<pre><code class="language-html" data-lang="html"><script type="text/javascript" src="https://cdn.jsdelivr.net/gh/space10-community/[email protected].83/dist/conversational-form.min.js" crossorigin></script></code></pre> | ||
|
||
<p>ConversationalForm will automatically look through the DOM for a form element with the attibute cf-form, and auto-instantiate.</p> | ||
<pre><code class="language-html" data-lang="html"><form id="my-form-element" cf-form ...></code></pre> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters