Predefined suggestions fetched using AJAX.

learn more… | top users | synonyms

1
vote
0answers
44 views

Drupal 7: autocomplete return nid and name, change behaviour

After a long unsuccesful search (sure not long enough), I'm posting my first question. It's about textfield autocomplete in Drupal 7. I have next code: function my_module_menu(){ ...
0
votes
0answers
24 views

How to implement autocomplete for address field using google places/maps api?

When using Eventbrite event creating form, i noticed their address field has an autocomplete feature powered by Google. Is there a Drupal module that does something similar ? Demo link on ...
-1
votes
0answers
32 views

Search Autocomplete ul width

I am using the Search Auto complete 7.x-3.0 module. When I am searching for some content, its result list <ul> width is automatically calculated. Basing on the result, they are dynamically ...
1
vote
0answers
34 views

How to add custom text with node reference autocomple value?

i stucked in a very serious problem, i want to add my custom text with node reference target value, i already spent three days to figure out whats wrong, so finally after spending my 3 days on it to ...
0
votes
0answers
15 views

#autocomplete_path becomes invalid with % placeholder

I'm writing an autocomplete-equipped field widget, and obviously, am installing a menu item $items['MYMODULE/autocomplete'] = array(...) to handle the search requests. For cleaner javascript code ...
0
votes
0answers
14 views

Google CSE autocomplete from taxonomy

We are using Google CSE module (currently 7.x-1.x-dev) to do searches of our sites, but would like to have the autocomplete draw from a taxonomy vocabulary. Is this possible? If so, how?
2
votes
0answers
25 views

Privatemsg module shows admin and myself in autocomplete

I am using Drupal 7. In the Privatemsg module my autocomplete shows myself and admin. How can I disable displaying the user who's logged in in the autocomplete and disable displaying admin?
1
vote
0answers
39 views

autocomplete instant results in select options

I am trying to have my select options filled with autocomplete results. I have two fields, a textfield and a select(box). Autocomplete is working on my textfield. The thing that I am trying to get ...
0
votes
0answers
22 views

how do I use ajax autocomplete drupal_render in a template

I am having difficulties rendering my form on D7 in a template. I have two forms, one form has a autocomplete functionality and the other one is a selectbox. the options of my selectbox will be filled ...
1
vote
0answers
33 views

how to show all autocomplete results

I have a node reference field and the widget is autocomplete. Right now, I think it only returns/suggests 10 nodes maximum. How can I increase the number of nodes suggested by the autocomplete? Or ...
1
vote
1answer
39 views

Auto Complete for product variations use

Is there a way, when hiring for Attribute field setting (admin/commerce/config/product-variation-types/bags-cases/fields/field_color) to add an additional choice added. I need urgently an ...
0
votes
1answer
71 views

Autocomplete results in a HTML listbox

I am using autocomplete from drupal so that users can be guided into finding what they are looking for. For an even better user experience it would be great if autocomplete is returning the results in ...
0
votes
0answers
42 views

ajax request in drupal 7 not working [closed]

I have issue with auto complete in my drupal 7 site. Whenever an autocomplete request is sent then there is 9 appear at the end of each request. Similar thing is happening on web page. 9 is appeared ...
0
votes
1answer
24 views

Why would I get a 404 on “Authoring Information” autocomplete?

Below is a screenshot of a 404 I'm receiving on the standard author autocomplete, and I can't figure out, for the life of me, why this would be happening.
0
votes
0answers
48 views

Autocomplete does not work on the server

I have a organization text field on the user profile. I wrote a module that uses dbpedia's lookup services to generate an autocomplete list on the field. The code works on my local instance using ...
0
votes
0answers
121 views

auto-complete problem in drupal 7

I want to display form contains auto-complete field in popup div using ajax, so when click on link i request the HTML markup from server to place it in div then show the div as popup. I am facing ...
0
votes
1answer
33 views

How to include specific roles in auto-complete search?

I am using the auto-complete module for searches. It works like a charm. I am looking for to learn how to show only specific roles on the results it pulls. There are advanced areas in the ...
1
vote
2answers
86 views

Autocomplete on a custom field on the registration form no longer working

thanks for reading. I have a database table containing organisation names. When a user registers on the website, they use a text field I added, which autocompletes with existing organisation names, ...
0
votes
0answers
67 views

Entity reference autocomplete uses interface language instead of node's

I have a Drupal 7 with 2 languages.The problem is when I edit a node the autocomplete widget uses the interface language rather than the node's language. This can be very confusing. Is there any way ...
0
votes
0answers
42 views

views global filters autocomplete widget

I'm using Views global filters(field based) in my site which and wondering how can I have the filter to show as an autocomplete widget, any clues? or ready made solutions?
0
votes
0answers
18 views

Complex/Correct taxonomy referencing/grouping with auto-population

I was wondering if someone came across similar problem. I am on Drupal 7. Scenario is as follows: content type "query" with number of fields however in question are caller name, job title, address, ...
2
votes
1answer
59 views

Non-autocomplete Widget for Term Reference Fields on Content Type

The available options at the moment are Autocomplete term widget (tagging), Select list and Check boxes/radio buttons, but I'd like to use a widget without autocomplete. Thanks in advance. EDIT: To ...
2
votes
0answers
86 views

Autocomplete ahah combo is not working in Drupal 6

I am using Drupal 6. I have a form which uses autocomplete and ahah in form. It works fine in Firefox but not in Chrome. if its just ahah or autocomplete it works fine but the combo seems to be not ...
2
votes
1answer
131 views

drupal 7 + services 3 - inserting nodes with select fields

I'm using Drupal 7 + Services 3 to create nodes with POST and JSON. Everything works fine, except field types of select - entity reference select or plain text. The entity reference uses the ...
1
vote
1answer
113 views

Add content -> taxonomy autocomplete input field size

My content type has a taxonomy auto-complete field. My problem is that some content requires like 10-20 taxonomy terms where my input field for it is way to small. I don't see in my 'manage fields' ...
0
votes
0answers
106 views

Ajax wrapper replacement on a field widget form

I'm having ajax-related problem while building my custom compound field. The problem is similar to this post. The field widget consist of a textfield (autocomplete) and markup. They are defined like ...
0
votes
3answers
218 views

Showing search results while typing in a search box/filter for search or views?(instant search)

I want to make either views text filter or search box for title with instant autocomplete function(shows results as you type). I've been playing with search api and apache solr search but i can't ...
0
votes
0answers
12 views

Making a field instance required

How do I make some field instance required depending on autocomplete-selected value? Both visually and validation-wise. Does this occur in a hook function or in custom javascript attached to the ...
0
votes
0answers
62 views

Autocomplete widget - save id of suggested and accepted value

I'm writing a custom text field and widget module with ajax autocomplete from scratch. I want the lookup to work on one column, but I want another column's value (the looked-up item's id) to be saved ...
2
votes
0answers
49 views

Autocomplete term widget (tagging) - Insert as child

Is there a way to insert taxonomy terms as child of a parent term with the auto complete term widget? I have found several modules such as "Content Taxonomy" or "Hierarchical Term Reference ...
2
votes
1answer
39 views

Field collection: Can I make a field mandatory depending on another field's value?

I'm trying to set up a custom solution using Field Collection consisting of: term reference (autocomplete tagging style) plain text. What I need to achieve is to react to Javascript event of ...
0
votes
0answers
44 views

Create user autocomplete field in custom action rule?

I'm working on a module where i have rules. I want to have a action where specified users get notification. The regular textfield with tokens is not good when i want to select any user in my ...
1
vote
1answer
54 views

How to Disable new terms (free tagging) with Taxonomies?

I have a "term refernce" field, in a form that uses an auto-complete widget. I want to limit user input to terms in the vocabulary only, and output a message when a user tries to enter a non existing ...
1
vote
0answers
41 views

How do I setup Aptana to include and autocomplete the entire Drupal 7 API library? [duplicate]

I have recently started working with Aptana and would like to take advantage of its autocomplete functionality to work with the Drupal API while building modules. How do I set this up? If it makes a ...
2
votes
1answer
139 views

Ajax on Autocomplete does not fire again, if previously fired

I am using Drupal 6, and question is regarding autocomplete. As a part of performance, I am caching the results of AJAX calls, so that if the same values are passed, we dont have to fire ajax call ...
0
votes
1answer
81 views

Node Reference input with HTML preview

I am trying to show a multiple node reference input control that shows the title and an image of each node. I have achieved it using Autocomplete Deluxe but it allows users to create new objects in ...
0
votes
0answers
59 views

VERY slow autocomplete module, what can I do?

I have a brand new website with only 3 members in my DataBase and the autocomplete takes more than 5 seconds to display results, within 2 years I will have about 15,000 members. can someone tell me if ...
0
votes
1answer
37 views

Customized search block

I have a requirement in which there are two fields for search. One is text field and other is select box. The text field is for keywords and the select field are taxonomy terms. I need to fetch the ...
0
votes
0answers
81 views

More autocomplete fields for taxonomy depth

Tree for music: Rock Queen Songs from Queen (200 terms) Pop Madonna Songs from Madonna (200 terms) Users picks genre with any widget; it can be an autocomplete widget. Then, in the ...
0
votes
0answers
225 views

Taxonomy autocomplete - show results of words starting with letters written

I am having hard time to explain this but this is the case: I have taxonomy with 80000 terms (country/city). When i type for example "N" or "NE" or "NEW" i get results with terms that contain all ...
2
votes
0answers
155 views

autocomplete on a multi value - custom field

I have a field organizations on the user profile(the field can accept multiple values). I would like to add a autocomplete to this field. My code for this is <?php /** * Implementation of ...
2
votes
1answer
80 views

Autocompleting line-item fields in Drupal commerce

First off all I'm rather new with Drupal & Drupal Commerce. I'm going to do my best to describe what I have done and tried. I'm developing a website where people can register (buy) a place in ...
1
vote
1answer
56 views

Force capitalization of terms on entry with Autocomplete Deluxe module

I would like to force the capitalization of taxonomy term entries, or alternatively make them case insensitive so that 'book' and 'BOOK' are not different taxonomy terms. Is there a way to enable ...
0
votes
0answers
104 views

Drupal autocomplete access json data in js

Autocompletion is working as expected on my form field using drupal_json_output($matches); Now I'm trying to acces this data with the following code in my module js file: (function($) { ...
0
votes
1answer
48 views

Best way to deal with long list

I've an entity called "guy" with a field "location" and i've 9-10.000 location that i want to reference. I must use a simple list (1|bla, 2|blabla) or an entity reference field that target the ...
0
votes
1answer
306 views

Creating module with autocomplete and accepting multiple values in textfield

I am creating my own form in my module using the Form API. How do I enter multiple values in the below textfield and have it autocompleted, and suggested (separated by commas, for example)? Right ...
1
vote
0answers
44 views

Views - D7 - Filtering by authorname only works with admin role

I've created a view which is displaying time tracking information. Everything works great except one thing and I can't figure out what the issue is. I have an exposed filter which filters by ...
1
vote
0answers
211 views

Attach a handler to the “event” of autocomplete select with jQuery

I'm using Views Autocomplete Filters on an exposed node title field. I would like to attach a handler to the "event" when the user selects one element from the autocomplete list without applying this ...
2
votes
1answer
270 views

How do I adjust autocomplete list width

Has anyone been successful in adjusting autocomplete list width (entity reference tag style)? I have hard time grabbing the element in Inspector/Firebug. The goal is to have the width wider than the ...
0
votes
0answers
35 views

Reference user of certain profile in content

I need a field which fetch values from a database table and shows as auto-complete textbox in "New Content" page. [edit] Actually, I'd like to link user of certain profile with a content type. And I ...

1 2 3