Creating a simple online course

I am hoping to create a very simple online course using the following add-ons:

Gravity Forms User Registration
Gravity Forms Members (MemberPress plugin)
Gravity Forms Quiz

Once a STUDENT/USER is registered and absorbs the content, we provide a 10 question multiple choice QUIZ. Upon completion of the QUIZ, we want to automatically send RESULTS upon quiz “submit” via email notification.

My question is this: Will the QUIZ inherently know who the STUDENT/USER is?

Does the QUIZ Add-On natively integrate with user accounts created via the Gravity Forms User Registration Add-On?

Thanks so much in advance…

Art

You can use the {user} merge tag to capture the user info in hidden fields so that you know who submitted the form.

You can also use the {user:user_email} tag as the TO email address in the notification.

Thank you!

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