What I need to accomplish:
I have a user sign-up form. In the form there are nested attributes for “Subscription plan” Those values are populated from the database. Easy-peazy on that.
However, what I need to do is have it when a user selects a specific item in the drop down, the description of that item shows up in a div. The subscription plan model has a ‘name’ and a ‘description’ field. Obviously the name will be the drop down item and I want the description to appear as in a nearby div.
Of course, this is a Jquery thing, I’m sure, however I have no clue how to execute this.
Any help would be appreciated!