# Summary
This module enables to use tokens as field default values. The main discussion: #1070878: Allow tokens to be used in the default value of a field
# Project URL
https://www.drupal.org/project/field_default_token
# Where is the code?
?
# Estimated completion date
?
# Dependencies
?
# Who's doing the port?
?
# What help do they need?
?
# D8 roadmap
#2660946: [meta] Field default token D8 port
# Background and reference information
?
Comments
Comment #2
mohit_aghera commentedI'll be working on this port.
Will post repository URL soon.
Comment #3
juliencarnot commentedHi @mohit_aghera ,
Did you start the port? I'd be happy to help testing!
Comment #4
mohit_aghera commented@juliencarnot
Yes, i have started but haven't done any significant progress.
Will update you once it is good to test.
Repo URL : https://github.com/mohit-rocks/field_default_token
P.S. It isn't finished yet.
Comment #5
stefan.r commented@tstoeckler is also working on this at https://github.com/tstoeckler/field_default_token
Comment #6
tstoeckler@mohit_aghera Based on your repo, I finished the D8 port and just posted a patch at #2660946: [meta] Field default token D8 port.
Comment #7
mohit_aghera commented@tstoeckler
Thank you for picking up. Will try it out soon.
Comment #8
maxilein commentedIs the dev in some testable state? Or should I wait before I try it? Thanks
Comment #9
tstoecklerThe newly created dev should be fully functional. There are known issues with some field types (Entity Reference and E-Mail are known at this point), but other than that there should be no problems. So please test if you can.
Comment #10
badrange commentedIs the 8.x branch in this project identical to the github repo mentioned above? Would be nice to see a release of this module!
Comment #11
mohit_aghera commented@badrange
I have dropped a message to maintainer "maximpodorov" , let's see what he suggests.
Comment #12
toamit commentedI tested dev version on the project page (8.x-1.x-dev updated 28 Oct 2016 at 17:34 UTC)
It works!
Comment #13
mmjvb commentedComment #14
carnerik commentedI just tried the dev version and it's not really working for me. I'm using Drupal 8.5.3 on my localhost.
I'm not a programmer, so I can only give feedback on the front-end results, but maybe it's helpful?
Comment #15
mmjvb commented@carnerik Suggest to move your feedback to the issue queue of the project itself. This issue is for the port to D8. Bug reports & support requests should be posted to the project, NOT this issue.
Comment #16
carnerik commentedWill do. Is there a way to delete comments?
Comment #17
mmjvb commentedNo, but you could replace it with the link to your issue.
When you do, use format [#"issue_id"@] where "issue_id" = sequence number of issue
Comment #18
chuck_theobald commentedIs this project still progressing? A similar project, Field Token Value, has a 1.0 release for D8: 8.x-1.0 Stable release covered by the Drupal Security Team released 24 August 2017.
Comment #19
avpaderno