• 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: Unpublish doesn't seem to work in RSFormPro

Unpublish doesn't seem to work in RSFormPro 15 years 5 months ago #5688

I unpublished a form in RSFormPro, but it still shows up. See togobrands.com/index.php?option=com_rsfo...d=6&Itemid=99999

I removed all the form content except for the form title so users won't use the form, but the title shouldn't display. Actually, the page shouldn't display if the form is unpublished!

Thoughts?

Jim
The administrator has disabled public write access.

Re:Unpublish doesn't seem to work in RSFormPro 15 years 5 months ago #5713

  • octavian
  • octavian's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 783
  • Thank you received: 110
Hello,

For now, you could open /components/com_rsform/controller/functions.php and replace line 809 with this:
$q="select FormLayout, ScriptDisplay from $RSadapter->tbl_rsform_forms where FormId='$formId' AND `Published`='1'";
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
Last Edit: 15 years 2 months ago by octavian.
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!