• 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: Report using Forme Frontend List

Report using Forme Frontend List 16 years 11 months ago #628

  • maverick
  • maverick's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
Hello,

I need some help... I made a form whit 4 or 5 fields e need to show them, like the demo form on this site, on a webpage.

How can I make an HTML table so that, when a user submits the form, the results show automaticaly on the webpage?


Reguards,
Lu
The administrator has disabled public write access.

Re:Report using Forme Frontend List 16 years 11 months ago #638

  • alex
  • alex's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 443
  • Thank you received: 3
Lets talk this from the begining. Assuming you created a new form(lets say index.php?option=com_forme&fid=1), so ID is 1.

Add a menu item to that form link. Then, publish the module and make sure it's on the Form Menu item too.

Edit the module, and at the field Form Id: type 1. This should make your results visible. Let me know.
The administrator has disabled public write access.

Re:Report using Forme Frontend List 16 years 11 months ago #648

  • maverick
  • maverick's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
Hello Alex,

Thanks for you reply.

I'm able to do all those things except a few details!

First... I'm not able to show the frontend list in the same page as the form.
Second... How can I format the table (HTML???) so it shows the headers and results from form and lines arround the table???


Reguards,
Luis

PS: sorry... my english it's not the best!
The administrator has disabled public write access.

Re:Report using Forme Frontend List 16 years 11 months ago #717

  • maverick
  • maverick's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
Please... can anyone help me??

Reguards,
Luis
The administrator has disabled public write access.

Re:Report using Forme Frontend List 16 years 11 months ago #724

  • alex
  • alex's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 443
  • Thank you received: 3
In order to show the form in the same page as the results (like in our Demo here:

http://www.pimpmyjoomla.com/forme/index.php?option=com_forme&fid=1&Itemid=37

I did the following:

1. In my joomla template, i set up this code:
<?php mosMainbody(); 
if(mosCountModules('user1')) { 
mosLoadModules('user1', -2); 
} ?>

This ensures me that if a module is published in user1, it is being displayed under the body.

2. I added a new menu item that points to my form link

3. I installed mos_forme_list, and configured it to be in the user1 position, and to be visible on my Form Menu item(created at #2)

4. In the mos_forme_list params, i added Form ID #: 1 (my form #)
5. In the mos_forme_list params, i changed
<table width=\"100%\">{formdata}</table>
to
<table width=\"100%\" style=\"border:1px solid black;\">
<tr><th>Fullname</th><th>Company</th><th>Company URL</th></tr>
{formdata}
</table>


That's it.

Let me know if you were able to do it.
The administrator has disabled public write access.

Re:Report using Forme Frontend List 16 years 11 months ago #765

  • maverick
  • maverick's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
Hello,

That really solved my problem!! :D
Thanks!

Two more questions... I'm still unable to display the table under the form because the form it's in a position I don't know which. It doesnt appear in the option \"Preview - Inline whit position\". It's my \"main text area\".

Alson... how can I remove \"<< Start < Prev 1 Next > End >>
Results 1 - 1 of 1\" ???


Reguards,
Luis
The administrator has disabled public write access.

Re:Report using Forme Frontend List 16 years 11 months ago #823

  • medy
  • medy's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
Alson... how can I remove \"<< Start < Prev 1 Next > End >>
Results 1 - 1 of 1\" ???

I'm interested in that too. Any solutions (hacks) to this request?

Is it possible to make module layout (html) to display content with white text (that would hide the results display) and then display rows with black text?
Would that be possible by inserting custom code in forme_list_module?
The administrator has disabled public write access.

Re:Report using Forme Frontend List 16 years 9 months ago #1170

  • emagin
  • emagin's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
Is there news on this reporting feature?
I am very interested in this and have been using fforms for a while because of the database viewing capability.

Would love to switch to this simpler form system as I really like it.
REporting is very important. Thanks
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!