You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LICENSE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
The MIT License (MIT)
2
2
3
-
Copyright (c) 2013-2016 SPACE10
3
+
Copyright (c) 2013-2018 SPACE10
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
<p>Turning web forms into conversations. Conversational Form is an open-source concept by <ahref="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>
135
135
136
136
<h2id="include-conversationalform-in-your-page">Include ConversationalForm in your page</h2>
Copy file name to clipboardExpand all lines: docs/0.9.80/src/pages/getting-started/index.twig
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
<p>Turning web forms into conversations. Conversational Form is an open-source concept by <ahref="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>
9
9
10
10
<h2id="include-conversationalform-in-your-page">Include ConversationalForm in your page</h2>
<cf-robot-messagecf-questions="Thank you for playing along."></cf-robot-message>
192
+
<inputtype="text" name="CHEESE" value="comte" cf-questions="What is your fave cheese?">
193
+
<!-- <label for="radio">
194
+
<input cf-questions="Hi friend. Ready to signup for our demo newsletter?" cf-label="Yes, let's begin!" type="radio" value="0">
195
+
Start
196
+
</label> -->
197
+
<cf-robot-messagecf-questions="this is just a test message to show that the next question will be skipped when trying to edit the first question."></cf-robot-message>
198
+
<inputtype="text" name="FNAME" cf-questions="What is your firstname?">
199
+
<inputtype="text" name="LNAME" cf-questions="What is your lastname?">
200
+
<inputtype="text" name="EMAIL" cf-questions="What is your email?">
0 commit comments