Hi
I need help regarding displaying of a save button when we select some thing from the drop down.
Hi
I need help regarding displaying of a save button when we select some thing from the drop down.
Venu Gopal wrote:
Hi
I need help regarding displaying of a save button when we select some thing from the drop down.
Hi,
Try using the following
<%= select_tag "name", options_for_select(["Free", "Basic", "Advanced", "Super Platinum"], "Free"), {:onchange => "call a javascript function that will show the save button"} %>
Might Help.
Regards
Saurabh