• 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: Forms Shared by Multiple Users

Forms Shared by Multiple Users 10 years 1 month ago #30844

I have one Joomla Instance on which I host many Church Websites. Each church is given a portion of the site that they are allowed to manage and modify. (e.g. Categories and Articles).

I would like to be able let these churches (possibly hundreds) share forms in the following way which I will try to illustrate with an example.

Suppose each church wants a simple prayer request form. Just a simple form with a few fields. I would like to create this form once then let each parish publish the form in an article or via a link. I would like each church to be able to view all of the submissions made via their form only via the front end.

Is there a way to do this without copying the form for each parish? I don't mind writing a little code to make it happen if that is what is required, would just like a recomendation on how best to proceed.

Thank You.

Tedd
The administrator has disabled public write access.

Forms Shared by Multiple Users 10 years 1 month ago #30846

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
There is no built-in feature that would allow you to do this that's for sure. Due to its rather flexible nature, something similar can be implemented but some scripting may be required (perhaps a template override).

Most likely you would need a user group based approach, where each group would be a church. Now the problem is filtering the submission on the logged in users' group. This would require some scripting, or perhaps a specialized module for it. More specifically, a modified clone of the mod_rsform_list module. More on it here:

https://www.rsjoomla.com/support/documentation/view-article/144-modrsformlist-display-submissions-in-a-module-position.html
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
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!