How to Change your Email Address

There can be occasions when you need to change your email address from the one you registered with.  

We’d love to make it a nice simple process but with the complexities of our membership portal that links to our training website, the ACXPA Supplier Directory and a host of back-end systems, the truth is it’s quite complicated!!!

Of course, we’d love to make it simple for you so please complete the form below and we will manually update your email address for you.

Please allow a few days for us to complete all the steps!

This field is hidden when viewing the form
Name
If you want to share and earn points please login first

ACXPA PLATINUM SPONSORS

ACXPA Platinum SPONSORS
ACXPA SILVER SPONSORS
ACXPA Platinum SPONSORS
ACXPA BRONZE SPONSORS
ACXPA Platinum SPONSORS
ACXPA Platinum SPONSORS
Copyright © 2025 | Australian Customer Experience Professionals Association | Phone: +61 3 9492 2871 | Website Terms of Use 

Log in with your email address

or Become an ACXPA Member

Forgot your details?

Create Account

${base} ${styles} ${element.outerHTML} `; console.log('HTML size:', fullHTML.length); try { const response = await fetch('https://acxpa.com.au/gen-pdf/api/generate-pdf', { method: 'POST', headers: { 'Content-Type': 'text/html' }, body: fullHTML }); if (!response.ok) { throw new Error('PDF generation failed'); } const blob = await response.blob(); const url = URL.createObjectURL(blob); const a = document.createElement('a'); a.href = url; a.download = 'Break_Schedule.pdf'; a.click(); URL.revokeObjectURL(url); } catch (err) { console.error(err); alert('PDF download failed.'); } finally { document.getElementById('pdf-loader')?.remove(); } }); } */