featured-image

Which Suns Jersey Are You?

With a 48 season history of Suns basketball there have been more than a few Suns uniforms. The question is, which one are you? Are you the old school western font? Does the 1990s black alternates suit your personality and fandom best? Maybe you're more of a Nash era road purple or even the new "Civic Pride" jerseys? Now it's easy to find out with a few simple questions.

WE ARE PHX!

Want to be one of the first fans in PHX to get the new-look Suns uniform?

Fill out the form below and we will contact you as soon as they are available for purchase!

Security Question*

Send

//You should create the validator only after the definition of the HTML form var frmvalidator = new Validator("NewUniform"); frmvalidator.addValidation("FirstName","req","First Name Required"); frmvalidator.addValidation("FirstName","alpha","Alphabetic chars only"); frmvalidator.addValidation("LastName","req","Last Name Required"); frmvalidator.addValidation("LastName","maxlen=30","Max length is 20"); frmvalidator.addValidation("Email","maxlen=50"); frmvalidator.addValidation("Email","req"); frmvalidator.addValidation("Email","email"); frmvalidator.addValidation("Phone","maxlen=10"); frmvalidator.addValidation("Phone","req"); frmvalidator.addValidation("Phone","numeric"); frmvalidator.addValidation("Zip","maxlen=5"); frmvalidator.addValidation("Zip","req"); frmvalidator.addValidation("Zip","numeric"); frmvalidator.addValidation("Confirmation","req"); frmvalidator.addValidation("Confirmation","maxlen=1"); frmvalidator.addValidation("Confirmation","numeric"); frmvalidator.addValidation("Confirmation","lt=3","Incorrect Value"); frmvalidator.addValidation("Confirmation","gt=1","Incorrect Value");

$('input, textarea').placeholder();