Hey guys,
I'm very verrry new to rails.
I'm using the autocomplete (plugin) text field to browse through titles of my records. When the user selects the record, I'd like to forward them to a custom built URL, based on that record's ID.
How should I do this?
Thanks!
-Elliot
To be more specific. I'm trying to make a simple search form, that redirects right to the record filled in by the autocomplete. If the record does not exist, I'd either like a message saying it doesn't yet exist, or a create record page.
UPDATE:
This may be more helpful, how can I just grab the value currently in the text box?