• 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: Submit button doesn't trigger "on form process

Submit button doesn't trigger "on form process 9 years 2 months ago #34353

  • ericmay
  • ericmay's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
Thanks in advance.
I'm stumped as to why clicking the submit button doesn't trigger the "Script called on form Process" php script.

We've backed up to a simple test on the simple contact form.

On form display
$output = "<script>console.log( '111111' );</script>";
echo $output;

Which works

Then we add On form process
$output = "<script>console.log( '222' );</script>";
echo $output;

And nothing happens ????

Can someone please tell me why this isn't working or HOW we get PHP to run on form process.

We're trying to get Authorize.net CC processing running on RS forms pro and we can't get anything to run on form process which is essential. THus far we can't get it to do anything.

When we try to run this on our more complicated form. (mulitple pages, calculations and javascripts) even the on display fails if there is anything in on form process.

Thank you for the help in advance! We're on a short deadline.
The administrator has disabled public write access.

Submit button doesn't trigger "on form process 9 years 2 months ago #34358

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Just add a die or exit statement for the Scripts called on form process part and you will see your output.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
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!