• 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 a result page befor or after submitting

display a result page befor or after submitting 10 years 8 months ago #29041

  • celine
  • celine's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 19
hello
i want to display a result page befor or after submitting
=> i want to display all values or checked in form (it was a conditional form)
+ it is possible to display a sum of all value
how to ?
regards
The administrator has disabled public write access.

display a result page befor or after submitting 10 years 8 months ago #29043

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
Have you tried following this example?

http://www.rsjoomla.com/support/documentation/view-article/496-preview-data-before-submit.html

PS: Provide an accurate description of your form (the community might offer you assistance if they know more information)
My help is not official customer support. To receive your support, submit a ticket by clicking here
Last Edit: 10 years 8 months ago by cosmin.cristea.
The administrator has disabled public write access.

display a result page befor or after submitting 10 years 8 months ago #29049

  • celine
  • celine's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 19
yes ...
that i want to do : a conditional form
zone 0
8 field radio (if we check number 1 display zone 1 ..etc)
zone 1
3 fields
zone 2
X fields
zone 3
3 fields
zone 4
X fields
....

in result page i need to display only result was insert
and i need to display an image in regard of reply ex :
if user check zone 1 and 5 in first checkbox
he check field for each zone and i need to display an image at the end
<?php
$totalvalue= value 1 + value 2 ..etc;
?>
to display this
<img src="nameimage<?php echo $total; ?>.jpg">
you think it possible with your link ?
The administrator has disabled public write access.

display a result page befor or after submitting 10 years 8 months ago #29050

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
This can be achieved in two ways. First of all, you must decide where you want to place it.

First case:
1.Before submit - You will have to use Javascript due to the fact that the $_POST variable is empty untill form stats processing
2. After submit - PHP scripting, most likely you can display these results in the Thank You Message

PS: Both solutions can work, however you must decide where you want to use it before you get started.
My help is not official customer support. To receive your support, submit a ticket by clicking here
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!