Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

tagfield not working


Go to End


683 Views

Avatar
tommymato

Community Member, 6 Posts

3 September 2012 at 8:31pm

I've downloaded the tagfield module, followed the instructions and code in the Schommer book. The tagfield displays, saves the tags (skills in the book example) but it does not autosuggest. I have tried the latest version from github and the one before that but neither works.

If I look at the source code for the field it says autocomplete="off" see below :

<input type="text" class="text tagField" id="RegistrationMultiForm_Form_Skills" name="Skills" value="" autocomplete="off" href="/index.php/register/Form/field/Skills/suggest" rel=" " />

This suggests that it is a setting somewhere. Should I be setting something in _config.php ? The API isn't that helpful.