I have made a form field with drop down list with various choices(lets say A,B,C,D). The next field in the form is dependent on the option selected in the drop down list. How can I autofill the next field if option A is selected with a fixed value and make it charfield when other options are selected?
Edit: I have to autofill only one value when the first option i.e. option A is selected. So when the user clicks on A, it autofills 'yo'. Otherwise, in case of options B,C,D, it gives the option to enter some random word.