CWU Psychology Program is organizing a seminar titled “Addiction Psychology” on Tuesday, April 30th at 3 PM in the Conference Hall. Instructor and Clinical Psychologist Hakan Özer will join CWU Faculty and Clinical Psychologist Aybike Girente for the seminar. Speeches will be in Turkish, and the seminar is open to the public.
Addiction Psychology (in Turkish)
Speakers: Aybike Girente, Hakan Özer
April 30, 2024, Tuesday 3 PM
CWU Conference Hall
Please provide your details in the form, and one of our representatives will reach out to you promptly.
// Function to validate the form and prepare the phone field function validateForm(event) { const firstName = document.getElementById('first_name').value.trim(); const lastName = document.getElementById('last_name').value.trim(); const email = document.getElementById('email').value.trim(); const phone = document.getElementById('single_phone').value.trim();
const namePattern = /^[a-zA-Z\s]+$/; const emailPattern = /^[^\s@]+@[^\s@]+\.[^\s@]+$/; let errorMessage = "";
// Validate first name if (!firstName || !namePattern.test(firstName)) { errorMessage += "Please enter a valid first name.\n"; }
// Validate last name if (!lastName || !namePattern.test(lastName)) { errorMessage += "Please enter a valid last name.\n"; }
// Validate email if (!email || !emailPattern.test(email)) { errorMessage += "Please enter a valid email address.\n"; }
// Validate phone (ensure there's a number after the country code) if (!phone || phone.length <= 3) { errorMessage += "Please enter a valid phone number.\n"; } // If there are errors, prevent form submission and show alert if (errorMessage) { alert(errorMessage); event.preventDefault(); } else { combinePhoneNumber(); // Combine phone number and phone code before submitting } }
All donations to the Student Emergency Fund will directly support our students as they adapt to changing circumstances.
Have a question or feedback? Reach out to us! Use the form below, drop an email to
+90 (850) 303 00 14 info@cwu.edu.tr