1

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

Faiqa
  • 155
  • 11

1 Answers1

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