Hi,
So I have a data connection which gets the userprofile by name and populates a text box example Joe Bloggs. I then "Who is in" Combo which looks up a list of names from a SharePoint list. There is a validation rule in place to make sure the textbox equals the combo box.
What I am trying to do is validate the username in the combo box against the text box to make sure if they are the same - if they are the user can submit the form but it doesn't work. Currently the submit button is active regardless - any ideas why this is?
Thanks