• 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: Hide field in Directory Submissions

Hide field in Directory Submissions 11 years 2 months ago #26740

  • djseleco
  • djseleco's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 47
  • Thank you received: 10
Hello guys i need help.
I have 2 fields:
1 checkbox field called "addbiography"
(caption: add your biography? - options: Yes|No)
and 1 textarea field called "biography" (this field value is always filled to default.)
In Directory details layout (submissions directories) i need to hide biography field if addbiography is checked to "No"
I have tried this code in Manage Directories->my form->PHP Scripts->$detailsLayout tab: if($_POST[index]=='No'){
$detailsLayout = str_replace('{biography:value}', '',$_POST ); } but doesn't work.
I have asked help to support team.. but this is their answer: "Unfortunately we do not have any examples on this specific topic and we do not provide customizations for our products at the moment." :unsure: :dry:
Someone knows how to help me? Thanks in advance
Last Edit: 11 years 2 months ago by djseleco.
The administrator has disabled public write access.

Hide field in Directory Submissions 11 years 2 months ago #26793

  • djseleco
  • djseleco's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 47
  • Thank you received: 10
nothing? :(
The administrator has disabled public write access.

Hide field in Directory Submissions 11 years 1 month ago #27047

  • djseleco
  • djseleco's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 47
  • Thank you received: 10
i'm still searching for a solution to reach this scenario :(
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!