I have a form in Symfony2, and I want to give the user the opportunity to add a line to it if there is additional information that they want to provide. I know you can do this in JavaScript, is there a way to do this in symfony2 using a framework?
If not, which one is best? With all the verification and everything, without finding any viable option when searching on Google ... Thanks for any suggestions!
source share