I'm looking through the Agility tutorial (which has helped me quite a
bit!) but I'm stuck at a change I'm trying to do.
I've been successful in creating the auto complete form here:
http://cookbook.hobocentral.net/tutorials/agility#auto-completion-form
which works perfectly in my project. What I would really like to do is
change this from a text box that the user enters their name into a
hidden field containing the current user_id. This seemed like it would
be a simply task but I can't figure out how to do this!
Can anyone give me some guidance?