How to display a Community Builder profile
In this article we will describe how to display the CB profile upon clicking, for example on the submitted name.
In order to achieve this,the user must be logged in before submitting the form, so the user ID is saved in the submissions value tables. After submitting you can customize the view of RSForm! Pro Module Frontend List or Submission View Menu Item by adding a syntax like the one below:
<a href="/index.php?option=com_comprofiler&task=userProfile&user={global:userid}">{FullName:value}</a>
This will take the person that clicks the link to it's CB profile.
Note:
The {FullName:value} is a placeholder that refers to a form component named "FullName".
4 persons found this article helpful.
You Should Also Read
Module - mod_rsform_list (Display submissions in a module position) HOT |
Submissions Directory Menu Item HOT |
Submissions View Menu Item HOT |