Building a dynamic form using PHP -


i have laravel based admin.

i'm looking php library me build dynamic forms.

by dynamic forms - mean example, when user checks radio button - new options appear.

i can build 1 form using basic laravel form builder , jquery. thing - may have hundreds of such forms, don't want build each 1 of them manually.

storing them in kind of model translated form i'm looking for.

can think of php lib me achieve i'm looking for? there other practices ? form builders i've found basic static forms.

many thanks.

amir

this not done php. work javascript because don't want reload page every click. can use framework angularjs or simple ajax.

ajax tutorial : http://www.w3schools.com/ajax/
angularjs tutorial: http://www.w3schools.com/angular/


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -