I see that this is the input in the template [search_config].
Code:
<input type="text" name="searchFields[author]" class="searchFields_author textbox" />
How can I get the username autofiller to work on another input?
I haven't found anywhere in that template that it calls any scripts.
I need to get it to work with:
Code:
<input type='text' name='friend_name' id='friend_name' class='searchFields_author textbox'>