PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

send email to each logged in user?

  1. coriej
    Member

    Hi,

    This is probably very basic, but I'm not sure I'm understanding.
    I need to set up a form that users can only get to when they're logged in.
    Once they finish the form, I'd like to make sure it gets sent to the email of the logged in user.
    Is there a simple way to set that up that just pulls from their user record, without them needing to re-enter their email?

    Thank you!

    Posted 11 years ago on Tuesday August 14, 2012 | Permalink
  2. For part one, you can require that a user be logged in before they can see the form. It's on the Advanced tab of the form settings and looks like this:

    http://i.minus.com/ibjqMea5AcLP6V.png

    For your second question, do you mean you want the notification, the record of what was submitted, sent to their email, without them having to enter their email address, since you already have it in their WordPress user record? In that case, I think I would add an email field to the form, and mark the visibility admin only. Set the Default Value to {user:user_email} (the merge tag is available in the drop down. Screenshot: http://i.minus.com/iXscpXrOtJqiG.png

    That should take care of it. If you need more help, let us know.

    Posted 11 years ago on Saturday August 25, 2012 | Permalink
  3. coriej
    Member

    That makes sense - thank you!

    Posted 11 years ago on Monday September 3, 2012 | Permalink