create a google form generator like application using pure "raw php" -


i'm new php , want know how develop simple application similar google form generator, using raw php without using frameworks, java scripts. scenario this. have form combo box containing item names; textbox, textarea, radio, checkbox, combo box, etc. there text field enter name. user can select item name combo box , give name combobox. likewise can add several fields. after finished adding needed controllers , names them, there should ok button generate form using our selected controllers.and should redirect form well. created form has work. (this similar google form scenario)

if can helpful , grateful. :)

you can without frameworks, not without javascript etc.

php server-side language , can't dynamically change website elements it. changing them necessary if want make form creator.

so, in short, answer question "can write form creator using php?" "no!" :/

you few sites asking "how many of x want?" , "now name of them" etc. however, solution patient people , of users go google forms.


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -