Automatically generate text field values based on users (logged in)

Hello Gravity-Forms community,
I create a form that has some special things in it. Most things like generating checkbox and select field values work perfect, now i have a last question. Is it possible to add the billing_name and billing_company to textfields based on the user that is logged in? I mean one text field contains the name and the other the company (not in the same fields).
Thank you so much for your help!

You can use the user merge tag in the field default value setting to populate it with a user meta value.

Thi Richard, thank you so much! Thats exactly what i was looking for! I used the merga tag “{user:billing_company}” to get the company name and {user:billing_first_name} {user:billing_last_name} for the name of the user.

Thank you so much!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.