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.
1 Respuesta
+ 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