How to pre-select a country on a Pardot select field?
If you need to pre-select a country on your Pardot form, you can do it using javascript or jquery.
Step 1: Get the field id
To find out the Id of your select element / list, do a right-click on it and click "Inspect".
It will open your browser console.
You need to get the value of the "Id" attribute of your select element.