Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update text examples #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h1 id="writer">
Examples overview
</h1>
<h2>
On the right you will find a list of examples.
To the right you find different examples of integrating and customizing Conversational Form. Please feel free to contribute by opening a PR.
</h2>
</article>
</section>
Expand All @@ -74,13 +74,13 @@ <h2>

<!-- Conversational Form will auto-run because of attribute "cf-form" -->
<form id="form" cf-form>
<fieldset cf-questions="Choose an example">
<input type="radio" cf-label="Conditional Flow" />
<input type="radio" cf-label="Formless" />
<input type="radio" cf-label="Add robot response" />
<input type="radio" cf-label="Auto form detection" />
<input type="radio" cf-label="jQuery" />
</fieldset>
<select cf-questions="Choose an example">
<option>Conditional Flow</option>
<option>Formless</option>
<option>Add robot response</option>
<option>Auto form detection</option>
<option>jQuery instantiation</option>
</select>
</form>

</div>
Expand Down