Contact Us



I declare under penalty of perjury that all of the information provided above is accurate.

Contact info

Please fill in the information form, and our team will respond as soon as possible.

APEXS, Incorporated has a long and proud history and emerged as the preferred partner of leading institutions, colleges, universities, beach resort, mining and local government in the Philippines.

Applied Expert Systems and Software Inc. (APEXS, Inc.)
Suite 714, EGI City By The Sea,
Maribago, Lapu-Lapu City, Cebu,
6015, Philippines.

Telephone: +63 32 268 6937
FAX: +63 32 495 2106
E-mail: [email protected]
// $('#bootstrapForm').submit(function (event) { event.preventDefault() var extraData = {} $('#bootstrapForm').ajaxSubmit({ data: extraData, dataType: 'jsonp', // This won't really work. It's just to use a GET instead of a POST to allow cookies from different domain. error: function () { // Submit of form should be successful but JSONP callback will fail because Google Forms // does not support it, so this is handled as a failure. // alert('Form Submitted. Thanks.') // You can also redirect the user to a custom thank-you page: window.location = 'https://www.apexsinc.com/contact-thankyoupage.html' } }) })