The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
10 views

Single input area widget

In D7, is it possible to create a custom field widget in the way Roles UI (admin/people/permissions/roles) does it, i.e with just a single input area at the very bottom, instead of n input sets for ...
0
votes
1answer
33 views

How to programmatically add / remove a value for an unlimited multivalue field?

I was looking at http://php.net/manual/en/function.array-push.php but it seems one cannot use it as multi value fields are associate arrays. Any built in functions perhaps? Here is an example array ...
0
votes
1answer
58 views

Using Views for a custom table with multi-value fields

I have a custom table with two columns - the primary is simply entity IDs (nids), and then there is a data column, but it it can be a multi-value (from 1 to anything). How can I structure the MySQL ...
0
votes
0answers
86 views

Contextual Filter for a Multiple Value Taxonomy Field

I have a content type with a taxonomy field that allows multiple values (a set of positions within the organization). I'm trying to create a view of some of these positions by passing a contextual ...
0
votes
0answers
34 views

Exposed Filter Criteria on field with multiple value

I have a view listing my collection of DVDs. I want to expose a filter criteria for the field "Subtitle". The problem is some DVDs have multiple subtitles. While I can create a custom field (drop down ...
0
votes
0answers
18 views

Multi image field with different number of upload options for different user roles

I have a custom content type with an image field with unlimited number of entries. I want to have different upload options for different user roles. For example, a user with premium role can upload 5 ...
1
vote
1answer
28 views

Next free value field

I need a custom field whose default value will be a "next free" value calculated using a user-defined scope (selection of content types). But before I even try to bother coding, maybe someone knows of ...
0
votes
1answer
67 views

Multiple field, but each one as individule

I need an image field with only 2 field limit. I need to call first one front and second one back and be separated.(no problem I can do that with hook_form_alter) My problem is that in drupal 7, in ...
0
votes
1answer
66 views

Hiding the previous instance in a Multi value field collection embedded widget

I have a multi valued nested field collection with many field in it like checkboxes ,image etc. Now when adding/editing a node looks clumsy when multiple values added for that field collection. So I ...
1
vote
1answer
38 views

Views filter: Filter by number of field values

Is there a way in Views to create a filter that shows nodes by number of values for a field? For example, to create a view of nodes, showing only those with two or more terms from a given vocabulary?
0
votes
0answers
34 views

All File Descriptions from Multiple Value Field Showing Up for Each File in Views

I hit a little snag setting up this View for uploaded documents. I use a multi-uploader field to upload two files to an Entity. I've added descriptions for each file. When I try and display this in ...
2
votes
1answer
98 views

Is there any ideas on webform mutile values on same field?

In webform select components, we can set multiple attributes but not for filed like textfield or numbers. So I want to ask is there any ideas on that, so let user can add more value on same ...
0
votes
1answer
205 views

Migrate text field with multiple values

I've got a simple Text field which allows 2 values, let's call it field_text. My source database has two columns, let's say text1 and text2. I want to set my migrate field mapping so that text1 is ...
0
votes
1answer
144 views

How to set MINIMUM number of required fields?

I need to set the minimum number of required values for several file fields in Drupal 7. I can only find options to make the field required or set a maximum number of allowed values. Is there any way ...
0
votes
0answers
53 views

How to connect two multi-value input fields on a node form?

I have a node form with two multi-value fields. I want to automatically add an item to the second field too, when I click the 'Add another item' button of the first field. And, the same with item ...
0
votes
0answers
38 views

How can I have more than one extra row for a multi value field when generating a form?

I have a form with a field that is allowed multiple values(infinite). Drupal allows one extra empty value to be added between each save but I want to increase this to n number of extra empty values. ...
0
votes
1answer
78 views

How to get multiple value with token_get_values()?

I have a field which accepts unlimited values so the values of the field get saved in an array. If I use token_get_values() to get the corresponding field value, I only get the first element of the ...
0
votes
1answer
69 views

How to format multi value field as a grid?

I created content type "photo gallery" that have multi-value field of images - for user convenience. I would like to create a view, that would show all that kind of galleries with their titles on one ...
1
vote
1answer
324 views

How to import multiple values in a text field with Feeds module?

In my content type, I have a text field that allow an illimited number of values. How do I configure Feeds to import multiple datas in this kind of field?
3
votes
1answer
58 views

can i add multiple value in field ? (please see an image)

I need to do the stock management website with 2 Content type Supplier and Product. First I add contents in Supplier content type. Then I add node reference field in Product content type and call it ...
0
votes
1answer
171 views

How do you create a multicolumn radio button list for selection

Is there a way to have a multiple button list like the one seen in personality tests like at the set up of match.com (here is an image). Its something relatively simple. Furthermore, the information ...
0
votes
0answers
74 views

How to build a form element with unlimited values using Form Control properties?

Is it possible to create a form element that would allow multi-value entering by some how defining its cardinality property. Conceptually it would look like this: $form['my_form_element'] = array( ...
0
votes
1answer
380 views

Views 2: Combine two multi-value fields per row

Creating a content type on D6 about short-listed books for a competition. Each entry (book) in the short-list is a node, with fields for book-title, book-description, author-names (multi-value), ...
1
vote
1answer
159 views

How do I force unique values within a multi-value set?

When programming my own field and autocomplete widget, how can I ensure that each delta has a unique value? I would like to handle the case as much silently as possible, so to not bother user with ...
0
votes
2answers
474 views

Display multiple values of a field in separated rows

I'm using drupal 7, and in my node views, I have a field named field_phone to display phone numbers. It is possible for a company to have more than a phone number, so I add some more rows in form edit ...
1
vote
1answer
223 views

SimpleTest clicking one of multiple “Add Another Item” buttons

I'm attempting to test a node's form that has multiple fields that allow arbitrary numbers of entries. As such, there are several "Add Another Item" entries. In the SimpleTest docs (I think, I may ...
4
votes
4answers
3k views

Count number of values within a field that accepts unlimited values

I have an image field wich can contain unlimited values. How can I display the number of image values contained within this field in views? I'm using Drupal 7. Thx in advance.
2
votes
2answers
834 views

Views 3 + field collection: relate only the first referenced field collection item

I'm using Views 3 and Field collection 7.x-1.0-beta3. As a simplified example, say I've a field collection called Image - which itself has two fields, an image file and a text caption. My content ...
0
votes
0answers
447 views

Rendering multiple-value field in Views theme tpl using arbitrary formatter

I need to merge items of one file field with other file fields, into one list, as in <li> Field A File </li> <li> Field B File </li> <li> Field C0 File </li> ...