I'm trying to make sure when a user submits a specific content type, that one field in that content type matches a specific field's value in that user's profile. The field is auto-populated from the user's profile field in the add content "form", but I need to make sure the user does not change it before submission.

Currently, I have the following validation setup which matches against any user's value, not just the current user's value.
I used a Match against a field validation
Column - vlaue
Entity - user
Bundle - user
Field Name - field_home_campus
Column - value
No checkboxes are checked.

I've also tried adding a specific values validation with a key value of [current-user:field_home_campus], but I cannot get that one to ever pass the validation check.

Any suggestions would be greatly appreciated.