• 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: how do I show form results

how do I show form results 12 years 9 months ago #14389

  • ariebl
  • ariebl's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi all
now I have a form
but I want all to see the results
how i do it?
Arie
The administrator has disabled public write access.

Re: how do I show form results 12 years 8 months ago #14720

i have the same problem, i created a form.
to see how the posted data look, i used Firebug.
the sent post data for each field: $_POST = 'value'

when i use code below in "Script called on form process "

if($_POST == 'myvalue')
echo 'joehoeoeoeoeoe';

Nothing shows up,
while if i use just:

echo 'joehoeoeoeoeoe';

it always shows this text above my form, even if i did not submit it.

help?
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!