I'd like to be able to have one of my profile fields (it can be a date field or a text field) autofill with dynamic content (registration date + 42 days). I'm not sure if php or tokens would be the appropriate task for this.
I'd like to be able to have one of my profile fields (it can be a date field or a text field) autofill with dynamic content (registration date + 42 days). I'm not sure if php or tokens would be the appropriate task for this.
Comments
Comment #1
mitchell commentedIf you use a separate content type for profiles, then you'll have no problem using tokens with the "Populate a field" action. Content profile helps with this, however my preference is to simply create the profile content type myself, then add a role for users with profiles. Another way is to flag users on account creation as not having a profile filled out. Once they create a profile, unflag them.