• 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: No "thank you" page if script added

No "thank you" page if script added 13 years 4 months ago #12298

  • jlahm
  • jlahm's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 1
I added a small script in the "on form process" box that simply calculates a unique ID for the form and adds it into the $_POST array. It works as the unique ID is showing up when I view the submitted forms. However, the "thank you" page is now blank. If I remove the script, the thank you page reappears. If there something that could be causing this?

My PHP script is simple:
if (isset($_POST['form'])) {
  $form=$_POST['form'];
 $GOG_ID=substr($form['firstname'],0,3).substr($form['lastname'],0,3).sprintf("%04d",rand(0,9999));
  $_POST['form']['GOG_ID']=$GOG_ID;
}

Thanks! ---Jim
The administrator has disabled public write access.

Re:No "thank you" page if script added 13 years 4 months ago #12313

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Hello,

Are you sure that you do not have any other scripts that are triggered for that form ?
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.

Re:No "thank you" page if script added 13 years 4 months ago #12316

  • jlahm
  • jlahm's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 1
Yes, there are no other scripts (I just checked again). If I remove this script, the Thank You page appears. For now, I have simply gotten around the problem by creating my own Thank You page in Joomla and set the Return URL to point at that page.
The administrator has disabled public write access.

Re:No "thank you" page if script added 13 years 4 months ago #12318

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Hello,

This is rather strange, and haven't encountered this before. Please make sure that you are using the latest version of RSform!Pro (revision 34). If the problem persists... please submit a ticket to tech support.
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!