Is there a way to have a form field autofill with some predefined text based off of a selection from a pulldown list in php? The pulldown would have options for a user such as, Make comments, add a note, review the file .. etc.. and I want when the user selects one of those items from the pull down for it to autofill a text field with a predefined bit of text. Any ideas?