Il nome utente o la password che hai inserito non sono corretti.

Iscrizione

Purtroppo questo nome utente esiste gia'!

Questo indirizzo e-mail esiste gia!

Il codice di verifica non coincide

Tutti i campi sono obbligatori

mod_rsformlist - Display submissions in a module position

mod_rsformlist - Display submissions in a module position

In this article we will describe how to use the module for displaying submissions in the front-end (mod_rsform_list).

In order to download this module you will have to log in to www.rsjoomla.com and go to "View my downloads" area. After you have downloaded the installation zip file just go to Extensions > Install/Uninstall (Joomla! 1.5 / 1.6 / 1.7) or Installers > Modules (Joomla! 1.0.x), browse the file and click Upload file and install button. To enable the installed module you will have to go Extensions > Module Manager (Modules > Site Modules for Joomla 1.0x) and click the enable icon.

The module is now up and running and ready to use. To enter the configuration screen of the module just click on the RSform!Pro Frontend List link. Here you will be able to select where you want to display the module, access level and set the order.

In the right side of the Module Parameters rollout you will have to set the id of the forms submissions you want to display, and build up your own layout for the submissions.

Please note that you will have to use the standard placeholders to build up the layout.

Example:

RSform!Pro frontend submission display configuration
  • Form ID: The form which submissions you wish to display.
  • Show Submissions In: A list of available front-end language pack. If a multilingual form is used, you can filter the displayed submissions by language.
  • Sort submissions: Descending / Ascending. The submissions will be sorted by the built-in submission time stamp.
  • Show submissions for user ID: Leave 0 to show all submissions. Specify multiple users by separating them with a comma (eg. 1,2,3). Type login to show only the logged in user's submissions.
  • Show only confirmed submissions: If Submission Confirmation is enabled, you can filter the displayed submissions by their status
  • HTML Layout: This HTML code is parsed in the module position you choose. Do not remove {formdata} tag from this, since it is replaced with the data output.
  • Row Layout: This HTML code is parsed and all your field ids like {FullName:value} are replaced with user data(you can change the value "FullName" with the actual name of your field). Use {details}some text{/details} to display a details link that points to the Details Layout. Also you can add a link to the PDF view of the submission by using the following placeholders in order to set the link: {detailspdf}Download PDF{/detailspdf}.
  • Details Layout: This HTML code is parsed and all your field ids like {FullName:value} are replaced with user data.

If you want to display the submissions inside an article, you have to follow these additional steps:

  1. You have to place the module in a module position like user4 for example(somewhere where there's no other module published)
  2. In your article you'll have to use the {mosloadposition user1} for Joomla! 1.0.x and {loadposition user4} for Joomla! 1.5.x syntax which triggers the LoadPosition plugin

Note:
Show submissions options:
  • 0: will display all submissions
  • login: will display the submissions of the logged in users
  • 1,2,3,etc: will display the submissions of the specified user ids
Feedback