• 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: View submissions

View submissions 15 years 3 months ago #9441

  • gtech
  • gtech's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 11
What must I modify to be capable of viewing and exporting the submissions for all the forms rather than using the drop down to select one form at a time.

Example:
Drop Down >>>

View Submissions to:
Form One
Form Two
Form Three

I want:

Drop Down >>>

View Submissions to:
All Forms << I want this option
Form One
Form Two
Form Three

Thanks for the help :)
Last Edit: 15 years 3 months ago by gtech.
The administrator has disabled public write access.

Re:View submissions 15 years 3 months ago #9447

  • bogdanc
  • bogdanc's Avatar
  • OFFLINE
  • Moderator
  • Posts: 669
  • Thank you received: 11
Hello,

Unfortunately this cannot be achieved in the current version of RSForm! Pro and it's not a two line modifications in order to add this feature to the component. It will require some heavy customizations to the source code of RSForm! Pro.
The administrator has disabled public write access.

Re:View submissions 15 years 3 months ago #9480

  • gtech
  • gtech's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 11
I noticed this code in the administrator/components/com_rsform/admin.rsform.html.php

<?php
//build forms select
$formsSelectHtml = _RSFORM_BACKEND_SUBMISSIONS_MANAGE_FORM_SELECT;
$formsSelectHtml .= '<select onchange="document.location=\''._RSFORM_BACKEND_SCRIPT_PATH.'?option='.$option.'&task=submissions.manage&formId=\'+this.value;">';
if(!empty($forms)){
foreach($forms as $formRowId=>$formRowName){
$formsSelectHtml .= '<option value="'.$formRowId.'"'.($formRowId==$data->formId ? ' selected':'').'>'.$formRowName.'</option>';
}
}
$formsSelectHtml .= '</select>';
echo $formsSelectHtml;

echo _RSFORM_BACKEND_SUBMISSIONS_MANAGE_VIEW;
?>


I believe that if there is a way to modify this portion:

option='.$option.'&task=submissions.manage&formId=\'+this.value;">';

or something around those lines there would be a way to view all forms.
I was thinking of something like 1-100 meaning ids between that range. I couldn't exactly figure it out so thought I would post it and see if anyone could come up with a solution. Thanks.
Last Edit: 15 years 3 months ago by gtech.
The administrator has disabled public write access.

Re:View submissions 14 years 11 months ago #10615

I've the same question, did u find a way to solve it ?
The administrator has disabled public write access.

Re:View submissions 11 years 4 months ago #26080

  • grus
  • grus's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Hello,
have you any solution?
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!