function Field({label,value,onChange,name,type}){return(
);} function ContactForm(){ const {Button}=window.PACESPRODesignSystem_efcf34; const [values,setValues]=React.useState({name:'',email:'',phone:'',course:'',location:''}); const set=(k)=>(e)=>setValues(v=>({...v,[k]:e.target.value})); return(

Let's get you to the top of PACES

Join the aspirants who train smart and succeed.

); } window.ContactForm=ContactForm;