Form Building | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Form Building

Any good suggestions for preferably web-based form building? Vanilla js? Angular? Angular 2? React? How about for the back-end? Php? Ruby? Python? Think fairly simple form with a few drop down references, intra-network, variety of workflows to use forms as requests or part of a review process.

28th Jan 2017, 10:05 PM
Blake Shaw
Blake Shaw - avatar
1 Answer
+ 1
I would suggest Angular JS. First thing which pops up in mind if you are using forms is about validations. Giving validations in back-end is not a good idea so forget about back-end technologies. React JS is a good framework but not form-friendly. using ng-messages and two-way binding techniques in angular js, would help you a lot
23rd Feb 2017, 8:26 AM
Ajay Chandan
Ajay Chandan - avatar