Hi
I was wondering of someone would help me out.
I'm an experienced programmer, but rather new to drupal. I need a number of multiple fields for drupal 7
Most of them are based on existing field types, so it shouldn't be too difficult.
What I need, first off, is a combined field type that contains a taxonomy term reference together with a date field.
Specifically, for this puropse, I need a 'spouce(s)' field for a 'person' taxonomy type. I'm using a simple term reference to another person in the same 'people' vocabulary, but people can be maried more than once, or to more than one person (depending on the culture), and they can get divorced. So I need a date field (with optional end date). In fact, I might want to add a third field to indicate the type of relationship (as mariage is no longer the only common type of long-term romantic relationship anymore, at least not where I live ;-)
Can someone show me, tell me, what I need to do? I've found several examples and tutorials to show how to make fields and multifields, but all seem to to difine their own widgets etc. I need to combine 2 existing field types. I can't be too hard. For one thing, I can't seem to find the name of the termreference widget and its validators etc anywhere, do even if I knew where to put them I don't know what they're called.
I know there are other options: