User Profile
Collapse
-
I think I am almost there, but don't quite know how to get this to work exactly. I am able to type something into a text box and update the drop down menu, but that only works if I type in the exact value that is in the option value in the drop down menu item. How do I get this to work if I just type anything into the text box and have it populate the drop down menu with what I need? For example, what works now is if I type in 3.00 into the name... -
Yes, there is a database where the drop down list is being populated from. Here's the code for the sales order number field box and the drop down for the Sales Status below. Basically, if anything is typed into the sales order number field, it will change the sales status to Ordered. There should only be numbers typed into the Sales Order Number field.
...Code:<tr> <td class="edit" align="right">Sales Order
Leave a comment:
-
Auto populate a drop down from a text field
Hi. I have a text field called "Sales_Order_Nu mber" where a user can type in a sales order number. Then I also have a drop down menu called "Sales_Opti ons" which is the Sales Status of a quote if it's Open, Ordered, Closed, or Pending.
How do I write the code so that the Sales Status field will be automatically updated to "Ordered" if something is entered in the Sales Order Number field?
I found the java...
No activity results to display
Show More
Leave a comment: