Number of local election candidates reaches 4,213 — IEC

Number of local election candidates reaches 4,213 — IEC

706 women among candidates


AMMAN — The Independent Election Commission (IEC) on Tuesday announced that 1,018 candidates registered to run for governorate and municipal elections.

Among the registered, 233 were women, according to IEC Spokesperson Mohammad Rawashdeh.

“The number of registered candidates for the first two days has reached 4,213, including 706 women,” Rawashdeh told The Jordan Times.

As was the case on Monday, none of the females who registered to run for elections applied for the city council president or mayoral seats, Rawashdeh said.

Registration will remain open for interested individuals who are 25 years or older until Wednesday, which is the last day to file a nomination for the elections, the IEC spokesperson said.

“Tuesday’s numbers are lower than Monday’s and this is expected,” Rawashdeh noted.

He added that “the IEC expects that the last day will witness more candidates who will show up to register for the elections”.

“This has been the norm in almost all elections, and hopefully we will have more people who will express interest to compete in the upcoming elections,” the IEC official added.

Rawashdeh told The Jordan Times in a recent interview that the elections are scheduled for March 22, “unless the health situation related to COVID-19 would entail shifting the election date”.

The IEC also issued health instructions related to the candidates’ headquarters, according to Rawashdeh.

“We issued instructions, including obliging the candidates to sign a pledge that they will abide by health requirements at their campaign headquarters to combat the spread of COVID-19 and to ensure the safety of people,” the IEC spokesperson said.

Some 4,602,135 people, including 2,437,340 women, are eligible to vote in the upcoming elections.

“There will be 1,845 polling stations that contain 6,907 ballot boxes for the time being. The number could decrease, or increase based on any future needs,” Rawashdeh added.

Citizens wishing to cast their ballots should send a message to 94455 to get information on their polling stations, according to Rawashdeh.

The Cabinet decided to hold governorate and municipal council elections in November.

The Cabinet also approved the Amman Municipal Council Election Law and electoral appeals for 2021.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });