Can anyone help me figure out how can i create a widget(Field API) which will contain an image(i want to to be an ImageField) and a textarea in Drupal 7?
Unfortunately i cannot find any tutorial how to do this on google.
Thanks!
Can anyone help me figure out how can i create a widget(Field API) which
Share
Sorry for not closing this. but the real answer to this is to use Field Collection module – drupal.org/project/field_collection. You add multiple field to this. When i asked this question i was new to D7 and in D6 we had to write this by hand. great module!