Frank Vèssia Posted September 8, 2011 Posted September 8, 2011 I'm in the process to create a new website for buying/selling books. Developing the user profile i noticed would be very useful having an inputfield text with multiple option. One of my field is called "Favorite books". Now this is a textarea and user has to write all the books one per line. This is not a fair solution, the best is having a single line text and after that a plus button that in jquery add another input text below and so on. i attached a simple shoot as example
Pete Posted September 8, 2011 Posted September 8, 2011 Probably the easiest way to handle this currently is have a multi-line input field (textarea) and you can already tell the system how to display this in your templates, with a bulleted list already an option (I think). That way they just add one new item per line and the field automatically turns that into a list in your template
ryan Posted September 8, 2011 Posted September 8, 2011 Good idea Pete. I also really like the example shown here, particularly if the list items can then be drag-sorted. Might have to put this on the list of new Inputfields to add.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now