By j-phat on
is there a way of creating a custom field with that has multiple input form element (textboxes or selection list)?
this is so that i can have users add multiple links that have the name of the sites that are hot links to their websites or pages
for example 'Drupal Downdoal + Extend' which is a link to http://drupal.org/download
so basically the field would have the first textbox for the Name of the site and the second with the URL
i'm not sure if this can be accomplished any other way esp. since i would like to have the 'Number of values' attribute to run from unlimited, 1, 2... ,10
any help is appreciated
Comments
You might find the Field
You might find the Field Collection module useful.
very handy
this module solves another issue i was trying to resolve in which i need more than two related field
eg: one for currency, amount and frequency so an output would be something like $ 20.00 hourly or £ 20.00 hourly
thank you very much for pointing it out
Link Field
What about using the Link Field module and setting THAT to unlimited? http://drupal.org/project/link
Bonus: it validates urls and will create the name if none is provided.
A list of some of the Drupal sites I have designed and/or developed can be viewed at motioncity.com
this was really what i needed
this was really what i needed and hoped for for URL input filed
thank you very much for pointing it out
I like the idea of the link field
I will give it a whirl....another choice is the double field, http://drupal.org/project/double_field. It sort of serves my needs as well.