Dynamicly populate Contact form 7 input fields with current user info when logged in in Wordpress website

后端 未结 4 1352
暖寄归人
暖寄归人 2021-01-21 18:12

I\'ve been trying to figure out how to populate input fields in contact forms on my Wordpress website. I\'ve tried using a plugin called Contact Form 7 dynamic text extension, a

4条回答
  •  攒了一身酷
    2021-01-21 18:48

    Turns out, i wasn't using the shortcode correctly. These are the shortcodes i've used in with Contact Form 7 Dynamic text extension:

        Naam* 
    [dynamictext* your-name 'CF7_get_current_user'] Email* [dynamictext* your-email "CF7_get_current_user key='user_email' "]

提交回复
热议问题