To add a country selector to a Contact Form in Webflow, there isn't a native dropdown list with all countries by default, but you can easily create one using manual or external methods.
1. Use a Country List Generator
- Open Webflow Designer.
- Add a Form Block (or open an existing form).
- Drag a Dropdown or Select element into your form.
- Click Settings Panel (D) with the select element selected.
- Rename the Label to something like “Country”.
- Click into the Select element and delete the default choices.
3. Paste Country Options Into the Dropdown
- In the dropdown’s Settings Panel, create one manual option.
- With that created, click the dropdown in the Navigator or canvas.
- Double-click into the canvas dropdown, then manually paste the country
<option>
tags copied earlier (be sure you're only pasting the <option>
elements and not the full <select>
wrapper). - Webflow will interpret the pasted options and populate the dropdown with the countries.
- Publish your site to staging or your connected domain.
- Go to the live site and verify that the country dropdown is loading correctly and submitting with the rest of the form.
Summary
To add a country list to your Webflow contact form, use a country list generator to get <option>
tags, then paste them into a Webflow dropdown (select) field inside your form block. Webflow will render the options as expected when published.