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 person that submits a form must be logged in. If the user is logged in, the user ID is saved in the submissions, and then you can customize mod_rsform_list, and add something like this:
<a href="http://www.your_site.com/index.php?option=com_comprofiler&task=userProfile&user={global:userid}">{FullName:value}</a>
This will take the person that clicks the link to its CB profile.
The {FullName:value} is a placeholder that refers to a form component named "FullName".





