• Payment Plugins Poll

    We need your feedback on the need for updated payment plugins. Please go here and give us your feedback.

  • Joomla 5.1

    For running J!5.1 you must install Fabrik 4.1
    See also Announcements

  • Subscription and download (Fabrik 4.1 for J!4.2+ and J!5.1) are working now

    See Announcement
    Please post subscription questions and issues here

    We have resolved the issue with the J! updater and this will be fixed in the next release.

Label confirm password

Good afternoon, please, no matter how much I think about it, I am not able to find a way to activate the confirm password text.
 

Attachments

  • password.png
    password.png
    3.6 KB · Views: 71
You can officially add an override for plugins\fabrik_element\password\layouts\fabrik-element-password-form.php
and add something like
<?php echo $d->pw2Attributes['placeholder']; ?>
before the 2nd input field
 
Back
Top