Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

Austin Klenk
Austin Klenk
4,399 Points

Option Select Forms in Ruby on Rails

I am building a job management app in Ruby on rails, currently i am building the Technician page, where the tech can login and select a customer from a drop down(pre-populated) -> already got that covered.. but now I'm wondering when i select a customer can fill in multiple details like Manufacture, Make, model and so on and so fourth?

2 Answers

ARNOLD SANDERS
ARNOLD SANDERS
5,266 Points

Its amazing that you are doing this. Simply doing it will help big time when trying to learn how to use the rails api. If you could make it more clearer what is your question, Then I could definitely lead you to the answer you need. I have been developing in rails for months now.

Austin Klenk
Austin Klenk
4,399 Points

Say you are filling out the parts request form and on the first select form / search field you can search for the customers first and last name. Then after the customer is selected I want it to auto fill in the RV information like (Manufacture, Model, VIN, & Year), so all the technical really needs to know is the customers first & last name.