Custom attribute where elements can be added

Permalink
Hi

I am lost trying to create this. Any help is greatly appreciated!

I am creating a website for an acting agency and I want them to be able to use composer to add new actors.

every actor has several credits to his name and they could be created in a page attribute (much like address) where you can type in the different elements (i.e. rolename, role type, date, etc)

How can I make it so I can also add another element within composer (much like multiple file attribute)

Not sure if this makes sense?

Thanks for any help

shotrox
 
enlil replied on at Permalink Reply
enlil
Why not use advanced permissions to allow those administering the site access to add and delete users/actors. That way not only do you also create and "connect" the actors info and their account. Much easier to gather the necessary info that way in my opinion. Just a thought...
shotrox replied on at Permalink Reply
shotrox
I was considering that - but regardless if the actor is a user or a page my challenge remains. I need to create a custom attribute type that is basically a table of resume items. I just don't know how to approach it so the admin can add items at will like

role1 title1 date1
role2 title2 date2

add item

when you click on add item you can add

role3 title3 date3

My brain hurts from thinking about this, I don't know enough about custom attribute types...