- This topic has 6 replies, 3 voices, and was last updated 11 years, 2 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Display user profile field in Gravity Form
Hello,
I use various forms made with Gravity Form. I would like to automatically include the profile information (From Simple-Membership) inside confirmation e-mail.
The point is to inform the admin who send the form (including the member adress, phone, town, etc..) but the user wouldn’t have to fill all this information each time.
Any idea how can I do this ?
Thanks
Let me know if the following helps:
https://simple-membership-plugin.com/simple-membership-miscellaneous-php-tweaks/
Actually, what I would like might be more simple. I would like to dislay the shortcode { user_name } ; { first_name } ; {last_name } inside my Gravity Form confirmation e-mail.
In classes/logged.php there is this php code : <?php echo $auth->get('user_name'); ?>
Is it possible to use it somewhere else on the site ? I could include it insside an hidden field of my form.
RESOLVE !
I have found some GravityForm shortcode that works with SMP. 🙂
{ user:user_firstname } { user:user_lastname } ( { user:user_email }
Hi StudioBizz, that is great news. Could you share with us what you did to get it working. This could help others.
Thank you
Just using those shortcode in my form as hidden field.