• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: How to change the Name Field?

How to change the Name Field? 13 years 6 months ago #11465

How do you edit the name field, I would like to change it to full name instead of just name.

Thanks for any help.
The administrator has disabled public write access.

Re:How to change the Name Field? 13 years 6 months ago #11471

  • bogdanc
  • bogdanc's Avatar
  • OFFLINE
  • Moderator
  • Posts: 669
  • Thank you received: 11
Hello,

You can change the label of the field Name to another one value of your choice by editing the file components > com_rsmembership > views > subscribe > tmpl > default.php. Here, around line 60, you will find the following code line:
<td width="30%" height="40"><label for="name"><?php echo JText::_('Name'); ?>:</label></td>

you will simply have to change the value Name to another one of your choice.
Last Edit: 13 years 6 months ago by bogdanc.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!