• 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: Limit Characters to be displayed from a

Limit Characters to be displayed from a 8 years 3 months ago #36376

  • ssalgado
  • ssalgado's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hello,

I have created a "View Submissions" page, but one of the fields is too long and would like to only show the first 4 characters.
My form name is open-vacancies
My field name is option5

In the "Row Layout" from View Submissions link option, if i use {option5:value}, it displays the whole value.

If I want only the first 4 letters, I tried this this:

<?php substr($_POST, 0, 3); ?>

I am missing something? is PHP code supported in the Row Layout?

Thanks!
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!