Hey guys! I'm not sure the best way to do this...or even if its possible with php, but here's what I'm trying to do:
I have a form, with a <select> style menu. On that menu I have a list of stock certificates. Below that menu I have a text input area where the user is to put the number of shares they would like to remove from the certificate. I would like to set it up so that after the certificate is selected from the first menu, there is some sort of dynamic response where the total number of shares in the certificate (stored in my D😎 is displayed in the text input box. I have no idea how to do this!
As always, thanks for your time and comments!