@extends('rapyd::demo.demo') @section('title','DataForm') @section('body') @include('rapyd::demo.menu_form')

DataForm (advanced stuffs)

Samples of autocomplete feature (in development).
All use twitter typehaead and Bloodhound (Suggestion Engine).
The last one also uses TagsInput.


The only options available in this demo are "Jane" and "Jhon", it is just a test form to show it works properly.
In the same spirit, the only categories available are "Category 1" up to "Category 5".

{!! $form !!} {!! Documenter::showMethod("Zofe\\Rapyd\\Demo\\DemoController", array("anyAdvancedform", "getAuthorlist")) !!}

@stop