Hello
When populating the user field values in a Contact Form, the GetString("Field.Value") is always returning empty so i had to use the GetString("Field.ValueFromAutoOrDefault") tag since it was on this tag the values were being populated. (i.e: Company, Phone, Name)
Aren't the values supposed to coming from the GetString("Field.Value") tag instead ?