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
Asked
Active
Viewed 675 times
1
-
Split them on a new line when you get them from one field, simple – Hanky Panky Feb 13 '14 at 07:47
1 Answers
1
You can use the tagsinput
plugin for adding multiple values through the same textbox. You can check it out through this link

Sherin Jose
- 2,508
- 3
- 18
- 39