Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Country is cleared #4089

Open
KarlKeu00 opened this issue Apr 17, 2024 · 0 comments
Open

Country is cleared #4089

KarlKeu00 opened this issue Apr 17, 2024 · 0 comments

Comments

@KarlKeu00
Copy link

As soon as you have activated the address entry for the attendees and deactivated the billing address, the country is always emptied here, as the field does not exist:

if ($first_ticket_form.find("select[id$=country]").val() !== $("#id_country").val()) {
$first_ticket_form.find("select[id$=country]").val($("#id_country").val()).trigger('change');
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant