Aliso Creek Dental Location & Contact Information

Our office offers a full array of dental services to help you create a satisfying smile. For any business or financial matters, you can reach Aliso Creek Dental at (949) 362-3848.

Simply call, or you can provide us with the following information and we will contact you shortly to confirm your appointment. We're looking forward to meeting you.

Get In Touch
Contact Us

    account_circle
    phone
    email
    message

    Contact Information

    6B Liberty Suite 155
    Aliso Viejo, CA 92656
    • Monday:
    • Tuesday:
    • Wednesday:
    • Thursday:
    • Friday:
    • Saturday:
    • Sunday:
    • 9:00AM to 5:00PM
    • 9:00AM to 5:00PM
    • 9:00AM to 6:00PM
    • 9:00AM to 5:00PM
    • 9:00AM to 5:00PM
    • 9:00AM to 2:00PM
    • Closed

    Saturdays by Appointment Only
    add_filter('wpcf7_validate_email*', 'custom_cf7_email_blocker', 20, 2); add_filter('wpcf7_validate_email', 'custom_cf7_email_blocker', 20, 2); function custom_cf7_email_blocker($result, $tag) { $blocked_emails = [ 'blocked@example.com', 'debbie@ddsrank.com' ]; $blocked_domains = [ 'baddomain.com', 'spamdomain.com' ]; $email = isset($_POST[$tag->name]) ? trim(strtolower($_POST[$tag->name])) : ''; if ($email) { $email_domain = substr(strrchr($email, "@"), 1); if (in_array($email, $blocked_emails) || in_array($email_domain, $blocked_domains)) { $result->invalidate($tag, "This email address is not allowed."); } } return $result; }