1. dhusband
  2. Features Request
  3. Friday, May 15 2020, 07:08 PM
Scenario
reCAPTCHA enabled, privacy policy enabled etc
Items are added to the end of form on whatever is the last tab of data is to be collected. This does not always make sense as it does not relate to the last topic.
If you have Joomla additional profile fields enabled, the legal requests come on the last EasyProfile tab, which is not the last tab of the form. This does not make sense

Workaround
add a group with the appropriate title
add a hidden field only to be displayed on the registration screen
outcome - legal details added under an appropriate tab

Request
allow the administrator to set an option in the config to display the additional fields on its own tab
if the administrator sets option, group reCAPTCHA, privacy policy etc on its own tab at end of the form with final buttons to submit the form
allow the administrator to set their own tab title in language override
admin Accepted Answer
Admin
Hi,
thanks for your suggestion, we will try to implement this function in next release.

NOTE: unfortunately it's not possible to add Captcha at the end of the form (read NOTE), Captcha field is a part of the Joomla core fields...instead the privacy consent is a plugin (so you can manage order out of Easy Profile and Joomla).

Now if you want to add at the end of the form the privacy tab then you can comment or delete in file /plugins/system/jsn_system/jsn_system.php lines from 983 to 993
if($name=='com_users.registration' && JPluginHelper::isEnabled('system', 'privacyconsent')) $form->load('<form>
<fieldset
name="'.$lastFielgroup.'"
>
<field
name="privacyposition"
type="hidden"
>
</field>
</fieldset>
</form>');
With this Easy Profile does not change the behavior of Privacy consent plugin and its order

NOTE: The main and best feature of Easy Profile is that it extends Joomla user management (not replace), but unfortunately this limit a bit of things :(
  1. more than a month ago
  2. Features Request
  3. # 1
dhusband Accepted Answer
Basic
Great thank you
  1. more than a month ago
  2. Features Request
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.