Search code examples
phpjqueryzend-frameworktextareamultiple-value

How to get multiple values from single textarea?


I want to enter and get multiple values from a single textarea. Like when we share something on facebook it allows us to enter multiple friends in a single textarea. And then share the post to all we have entered. How can i do this? And I am using Zend


Solution

  • You can use the tagsinput plugin for adding multiple values through the same textbox. You can check it out through this link