Hello!
I use the user location module and want to prepopulate some webform fields with these values (street, postal code, city, country). How can I do this? Do the location tokens like [location-street_N] work together with %profile[...]?
Thanks!

Comments

quicksketch’s picture

You cannot prepopulate Webform fields with location information other than setting default values through hook_form_alter(). There is a feature request for supporting token module tokens though. See #428982: New hooks for additional token replacements.

quicksketch’s picture

Status: Active » Closed (fixed)