Dynamically add a page attribute

Permalink
Hi everyone, I manage a site that shows rental properties. From the dashboard the admin adds all the amenities (floorplans, appliances, etc.) to each property. What I need is the ability to have the "Floorplans" attribute expandable by the admin. What I mean is that, if they want to have 20 different floorplans they can just hit "+" to add another set. Initially only showing 1, but give them the ability to add as many as they want. Currently there are 6 floorplans available, each being it's own attribute. Need to change that.

Anyone have any ideas?

 
mnakalay replied on at Permalink Reply
mnakalay
If your floorplans are files you might want to use this free plugin:http://www.concrete5.org/marketplace/addons/multiple-files-attribut...

It adds a new attribute type that allows you to attach multiple files to pages

If on the other hand you only need to have multiple labels, you might be able to pull it off using a select attribute with the option to allow the user to add to the list of choices.