Unfortunately, the username and password you have entered do not match!

Registration

Unfortunately, this username is already taken!

Unfortunately, this e-mail address is already used!

Please retype the verification code.

All fields are required

RSForm!Pro - Community Builder profile

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 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.

Note:

The {FullName:value} is a placeholder that refers to a form component named "FullName".

Feedback