• 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: mod_rsform_list - pass detail to form for editing

mod_rsform_list - pass detail to form for editing 3 years 11 months ago #41251

  • jeffhoneyager
  • jeffhoneyager's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 46
  • Thank you received: 8
I use mod_rsform_list to display the results from a form's submission - it contains some basic information from each entry. One field id highlighted/linked to the detail.
Then the full detail of that form.

Question: Can display the full form using that detail and edit the entry?

How can I launch the form ... maybe like:

Inside the "Details Layout" have something like this...

{rsform 1 fieldName={fieldName:value} description={description:value}}

Doesn't Work...

It shows the plugin line with the content added.

SO

How / Where in the code can you change the display of the "Details Layout" to process the plugin?


Between lines 153 - 169???? in /public_html/modules/mod_rsform_list/mod_rsform_list.php

$html = str_replace($replace, $with, $template_formdetail);

Can the content in $html be sent through onPrepare? .... not familiar with Joomla coding, but doesn't that process the {rsform #} plugin?
Last Edit: 3 years 11 months ago by jeffhoneyager. Reason: further study
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!