• 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 Close a form with message

How to Close a form with message 10 years 5 months ago #29450

  • lownotes
  • lownotes's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 22
  • Thank you received: 1
What is the best and quickest way to close a form and show a closed form message.

"We're sorry, this form is now closed, please call ### with questions"


I've run into this a few times and have to point the form menu item at a new content article. Is there a way to do this in RS Form Pro without having to make new content and mess with the menu items.

Set a closed date and have a message appear instead of the form.
The administrator has disabled public write access.

How to Close a form with message 10 years 5 months ago #29451

  • lownotes
  • lownotes's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 22
  • Thank you received: 1
I think I just answered my own question.

Unpublish all the form fields, then add a new text field that has a message in it.

Can't do this automatically though, which would be nice.
The administrator has disabled public write access.

How to Close a form with message 10 years 5 months ago #29507

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
You can head over to PHP scripts and insert the following line in "Scripts called on form display"
  $formLayout = "<p>We're sorry, this form is now closed, please call ### with questions</p>";

Doing it this way, you will be able to keep all of your form fields intact (maybe for future use).
My help is not official customer support. To receive your support, submit a ticket by clicking here
Last Edit: 10 years 5 months ago by cosmin.cristea.
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!