Hi All,

Ok so here is what im looking to do with no luck as of yet. I have 3 fields:

Field_state (taxonomy select box)
Field_date (date field)
Field_user (entity ref field of drupal users)

Basically im looking to fill values only when Field_states value is "open" for a date and time on the Field_date (date) field and the current user for the Field_user field with the option for the user to change them if need be. I have tried using tokens in the value field but sadly this is not working. Anyone got any thoughts? The tokens I was trying were:

[current-date:short]
[current-user:name]
[current-user:uid]

Any help would be ace!