Our built-in tools help you complete, sign, share, and store your documents in one place.
Make edits, fill in missing information, and update formatting in US Legal Forms—just like you would in MS Word.
Download a copy, print it, send it by email, or mail it via USPS—whatever works best for your next step.
Sign and collect signatures with our SignNow integration. Send to multiple recipients, set reminders, and more. Go Premium to unlock E-Sign.
If this form requires notarization, complete it online through a secure video call—no need to meet a notary in person or wait for an appointment.
We protect your documents and personal data by following strict security and privacy standards.

Make edits, fill in missing information, and update formatting in US Legal Forms—just like you would in MS Word.

Download a copy, print it, send it by email, or mail it via USPS—whatever works best for your next step.

Sign and collect signatures with our SignNow integration. Send to multiple recipients, set reminders, and more. Go Premium to unlock E-Sign.

If this form requires notarization, complete it online through a secure video call—no need to meet a notary in person or wait for an appointment.

We protect your documents and personal data by following strict security and privacy standards.
Add a dropdown field to a form Navigate to Website > Forms. Click "Edit" for the form you want to modify. The form builder will load. Click the "+" button by "Custom Fields" on the right pane. Click the "Add a custom field" button on the bottom of the right pane. An "Add Field" modal will open:
How to add a dropdown in Google Forms Open your Google Form. Add questions to your form. Click on the question that you want to add a dropdown to. Click the box. Select Dropdown. Click on Option 1 and type. Click on Add Option. Select Preview.
Inside your form either add a new form field by clicking on the plus sign to the right or modify an existing form field by clicking on the box in the upper right corner of the question field. After clicking on the box, choose the dropdown option.
Go to the Data tab on the Ribbon, then select Data Validation. On the Settings tab, in the Allow box, select List. If it's OK for people to leave the cell empty, check the Ignore blank box. Check the In-cell dropdown box.
Create a drop-down list In a new worksheet, type the entries you want to appear in your drop-down list. Select the cell in the worksheet where you want the drop-down list. Go to the Data tab on the Ribbon, and then Data Validation. On the Settings tab, in the Allow box, select List.
You use the HTML select tag to create drop-down menus so that users can select the value they want. It is an instrumental feature in collecting data to be sent to a server. The select tag normally goes within a form element, with the items to choose from coded within another tag, <option> .