• 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 Directory in article

Forms Directory in article 2 years 4 months ago #42431

Is it possible to place a directory into an article using a short code as you can with the forms
The administrator has disabled public write access.

Forms Directory in article 2 years 4 months ago #42432

  • gregs
  • gregs's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 85
  • Thank you received: 5
You can use the Module - mod_rsform_list feature as described here:

www.rsjoomla.com/support/documentation/r...module-position.html

You'll need to add a custom module position and insert that into your article.
The administrator has disabled public write access.

Forms Directory in article 2 years 4 months ago #42434

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 634
  • Thank you received: 117
After adding the mentioned module (RSForm! Pro Module List):

- create and configure a Submissions - Directory menu item for your desired form, and under the Link Type tab set the 'Display in menu' option to 'No', if you don't want this to be actually displayed in your menu. After saving it, you will be able to copy the generated ItemId for this menu item.

- assign a custom position to this module, for example: directory-position;

- in the Advanced tab of the module, paste the menu item Id of the above created Submissions - Directory menu item. With this setting configured, you can use the following placeholder : {details_link} to create a link to the detail view of a specific submission, for example:

<a href="{details_link}">{your_field_name:value}</a>

- go to your article HTML content and load this module through its position by using this syntax: {loadposition directory-position};
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!