• 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: Display number and preview

Display number and preview 17 years 4 months ago #1413

  • roberoi
  • roberoi's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
I have been testing this quite user friendly but not able to find a few important things:

1. Preview of submission (information page to the user after validation that this is what will be submitted)
2. Unique number to be displayed similar to ticket number so the user knows it before submission
3. Print the final submitted information

Thanks!
The administrator has disabled public write access.

Re:Display number and preview 17 years 4 months ago #1418

  • alex
  • alex's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 443
  • Thank you received: 3
Hello Roberoi,

1. The preview feature will be available in the next version coming soon.
2. There is a field type called Ticket. It creates a random number, that you can put into the subject of the email for example. Just add {ticketid} to your e-mail subject. Of course, ticketid must be the field id of your ticket field
3. After submitting, you could customize the Thank you message to contain all the fields. To do this, in the Thank you message textarea, add placehloders for all your fields like so:

Fullname: {fullname}
Email: {email}

and so on. Then, always in the thank you message, add
<input type=\"button\" onclick=\"document.print();\" value=\"Print\"/>
The administrator has disabled public write access.

Re:Display number and preview 17 years 4 months ago #1436

  • roberoi
  • roberoi's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Thanks Alex, I would try this out and will write a review when I am able to complete the form and test it.
The administrator has disabled public write access.

Re:Display number and preview 17 years 4 months ago #1449

  • roberoi
  • roberoi's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Hi Alex,

Everything works perfectly except nothing happens when I press the Print button, any idea what could be wrong..

Thanks again for a timely support.

Roberoi
The administrator has disabled public write access.

Re:Display number and preview 17 years 4 months ago #1456

  • alex
  • alex's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 443
  • Thank you received: 3
Hm, maybe that was my mistake. Try
<input type=\"button\" onClick=\"window.print();\" value=\"Print\"/>

i don't remember exacty what the function was. Or maybe this.print(); :)
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!