Add a CSS class to MktoForm field
Related to this thread, I want to add an autocomplete feature to one of the fields to avoid a long select list. I found this JS that will do the job... Awesomplete: Ultra lightweight, highly customizable, simple autocomplete, by Lea Verou
The trick is to add a class to the field (<input class="awesomplete" ...) but i don't see how to do that. Any ideas?
