2012-03-19 57 views

回答

1

您可以使用hook_form_alter()來改變這種形式,並從您的文本字段,則取消設置#autocomplete_path財產。

實施例:

unset($form['myfield']['#autocomplete_path']);