• 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: format pdf from view submissions

format pdf from view submissions 12 years 8 months ago #19038

  • fdigital01
  • fdigital01's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 33
  • Thank you received: 1
I have set up a report to view submissions and it has the download pdf link, which is all good, however, the layout on the pdf is terrible.

upright.dazl.com.au/index.php?option=com...ormat=pdf&Itemid=231

can anyone please tell me how to format this pdf?

It does not appear to be associated in anyway with the pdf's attached to emails.

Any help would be appreciated.
The administrator has disabled public write access.

Re: format pdf from view submissions 12 years 8 months ago #19073

The formatting is controlled in the Details Layout panel in the View Submissions menu item.
Use html to format the layout with value tags to show the form results
The administrator has disabled public write access.

Re: format pdf from view submissions 12 years 8 months ago #19114

  • fdigital01
  • fdigital01's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 33
  • Thank you received: 1
Using <li> Name: {title:value} {firstname:value}{lastname:value} </li> etc. which is the correct layout method.

That doesn't seem to work. This is the code in the details panel (same as the row panel, which looks fine)


<th>Deceased</th>
<th>Death Details</th>
<th>Representatatives</th>
<th>Comments</th>
<tr>
<td> <strong>Deceased</strong>:<br />{firstname:value} {lastname:value} </td>
<td> <strong>Date of Death:<strong><br /> {Date of Death:value} </td>
<td> Family Representatives: <br />{Family Representatives:value} </td>
<td> Comments:<br />{Comments:value} </td>
</tr>
<tr>
<td> Referrer: <br />{Referrer:value} </td>
<td> Date of Burial: <br />{Date of Burial:value} </td>
<td> Upright Burials Representatives: <br />{Upright Burials Representatives:value} </td>
<td></td>
</tr>
<tr>
<td></td>
<td> Death Certificate #: <br />{Death Certificate Number:value} </td>
<td> Funeral Director: <br />{Funeral Director:value} </td>
<td></td>
</tr>
<tr>
<td></td>
<td> Grave Location: <br />{Grave Location:value} </td>
<td> </td>
<td>Download PDF</td>
</tr>

upright.dazl.com.au/index.php?option=com...ormat=pdf&Itemid=231
Last Edit: 12 years 8 months ago by fdigital01. Reason: problem solved
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!