I need to display a name in a form field with buttons. If the user selects the number 1 in the previous field, in the following field in block mode (so that it is not modifiable by the user), it should show for example the word "career"; if you select the number 2 you should show for example "contractor" ...; When the user clicks the Submit button, you should save this information (the number "1", the word "career" and the others in the previously created database created in phpmyadmin).