diff --git a/BTCPayServer/Forms/FormDataService.cs b/BTCPayServer/Forms/FormDataService.cs index f3509a60f..08c561def 100644 --- a/BTCPayServer/Forms/FormDataService.cs +++ b/BTCPayServer/Forms/FormDataService.cs @@ -43,9 +43,9 @@ public class FormDataService Field.Create("Address Line 1", "buyerAddress1", null, true, null), Field.Create("Address Line 2", "buyerAddress2", null, false, null), Field.Create("City", "buyerCity", null, true, null), - Field.Create("Postcode", "buyerZip", null, false, null), + Field.Create("Postcode", "buyerZip", null, true, null), Field.Create("State", "buyerState", null, false, null), - new SelectField() + new SelectField { Name = "buyerCountry", Label = "Country",