Forums
Forums / Plugin: Contact Form 7 - Dynamic Text Extension / Display Post Author email
(@zobby)
8 years, 11 months ago
I m trying to put a field with post author email (product vendor)
I try with this code but it doesn’t work
[dynamictext author-email “CF7_get_the_author_meta key=’user_email'”]
Some one have an idea, thks
(@fernandoyada)
8 years, 7 months ago
You need to use CF7_get_current_user against CF7_get_the_author_meta
[dynamictext author-email “CF7_get_current_user key=’user_email'”]
The topic ‘Display Post Author email’ is closed to new replies.