2
votes
1answer
31 views

error while editing views

When I'm editing a view and I click on one of the fields to edit them I get a javascript error Error: TypeError: c.curCSS is not a function Source File: ...
0
votes
0answers
110 views

The “Add another item” button doesn't work with field groups

I am working on a site that uses a lot of horizontal field groups. I am having a problem where any fields that sit in a field group and have "unlimited" set for the number of entries is unable to use ...
3
votes
1answer
280 views

How to render a Drupal 7 field in stand alone PHP file?

Hi this is probably a really basic question, but hopefully you guys can help me out... I have a javascript client application (Separate to my main Drupal 7 website) and rather than maintaining a ...
0
votes
1answer
124 views

Custom display for text field

I am new at Drupal, so I apologize if I am missing something obvious. I have a content type that has some fields. This field is text and I want to have a custom "Field Display" for it. I can do the ...
1
vote
1answer
360 views

Allowed range for date input - down to the day level rather than the year level?

I am trying to set up a content review process for a client's site. The desired process is this: When users are adding content, they specify a "review date" This date must be between today and ...
0
votes
1answer
55 views

Any suggestions for a adobe indesign like body field?

I'm on d7. I am looking for any suggestions on modules that can give me the functionality to have a field that acts like adobe indesign. (For the purpose of this explanation I am going to call this my ...
0
votes
1answer
328 views

Best place to include javascript in a field formatter?

I've created a custom field formatter using hook_field_formatter_info() and implemented it using hook_field_formatter_view(). My formatter requires additional javascript though and at the moment I'm ...
0
votes
1answer
345 views

How to add two “add more” buttons in CCK form?

I am using cck 3.0 with multi group fields, basically multigroup provides one add more button for all fields inside multigroup fields. I am trying to add two "add more" buttons in multigroup fields: ...
0
votes
0answers
102 views

How to calculate months in cck date field?

I have 2 cck fields 1. date field with unlimited entries with to date option 2. text field. i am trying todo is when i enter To and From date automatically update text fied with total no. of years ...
0
votes
4answers
461 views

How to add two fields on one add another items?

I have 2 fields with unlimited values both fields show its own add another items button. i am trying todo is add both fields add with one add another items button.