Amply Dev Library
Share
Explore
Additional Tools & Integrations

All Countries Select Form Field


HTML embed for the select field:
<select id="country" name="country" data-name="country" class="form-field select w-select" ><option value="">Select one...</option><option value="All Countries" id="allcountries">All Countries</option></select>

Before closing </body> tag:
<script src="https://web.goodweb.host/goodwebhost-country.js"></script>
<script>
$(document).ready(function() {
$('#allcountries').replaceWith(countries);
});
</script>

Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.