My client wants to add routing information to each customer so that when they place an order via their weekly delivery form, the data is passed to the form in the background. This routing info may change from time to time and therefore, the client wants to add it to the customer profiles on WP via something like “Extra user details” plug in. We already have 1000 customers so I would like to add a field to the form entries that get carried along with their basic info from their user profile. Is this possible?
You can prepopulate fields with values from the logged-in WordPress user. If you can find out the user meta names from Extra User Details, you should be able to use them with merge tags.
Put the merge tag in the Default Value field on a field’s Advanced tab.
Thank you!
Jennifer Wilner
201-892-8343
www.whitewavegraphics.com
Ross McKay webaware
March 10
You can prepopulate fields with values from the logged-in WordPress user. If you can find out the user meta names from Extra User Details, you should be able to use them with merge tags.
Gravity Forms Documentation – 1 Dec 17
{user} Merge Tag - Gravity Forms Documentation
A Gravity Forms merge tag that displays the value of the user meta field for the logged in user, based on the modifier used.
Est. reading time: 1 minute
Put the merge tag in the Default Value field on a field’s Advanced tab.