• 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: Silent Post feature based on user selelection

Silent Post feature based on user selelection BUG 8 years 3 weeks ago #34466

  • info4346
  • info4346's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
Hi,

Trigger the Silent Post feature based on user selection is not working.

I follow this guide www.rsjoomla.com/support/documentation/r...ign=rsformpro-silent

If "Post information to another location?" is enable it always is sended if not it never is sended, although I include the code you provide.

Thanks for your answer
The administrator has disabled public write access.

Silent Post feature based on user selelection BUG 8 years 3 weeks ago #34467

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
I am not sure why you would state that this is a bug ? ...are you sure your code is correct ? Have you tested this it the latest RSForm!PRo version ?
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.

Silent Post feature based on user selelection BUG 8 years 3 weeks ago #34487

  • info4346
  • info4346's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
Yes mate.

Tested with latest version.

I have followed this guide step by step: www.rsjoomla.com/support/documentation/r...ign=rsformpro-silent

If "Post information to another location?" is enable it always is sended if not it never is sended...

Any ideas?

Thanks a lot
The administrator has disabled public write access.

Silent Post feature based on user selelection BUG 8 years 3 weeks ago #34491

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
OK then, paste your code on the forum and a link to your form so we can have a look.
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.

Silent Post feature based on user selelection BUG 8 years 3 weeks ago #34494

  • info4346
  • info4346's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
Hi,

Please have a look to this url for testing: www.laboticadelosperfumes.com/index.php?...com_rsform&formId=14

I´m using this code in after form process:
if(in_array('Option 1', $_POST['form']['Test']))
$silentPost = false;
elseif(in_array('Option 2', $_POST['form']['Test']))
$silentPost = true;
elseif(in_array('Option 3', $_POST['form']['Test']))
$silentPost = false;

So you have to choosee Option 2 in Test field.

Thanks a lot
Last Edit: 8 years 3 weeks ago by info4346.
The administrator has disabled public write access.

Silent Post feature based on user selelection BUG 8 years 3 weeks ago #34496

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
I get that this is the code you got from the customer support service. Have you actually tested it ?
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.

Silent Post feature based on user selelection BUG 8 years 3 weeks ago #34498

  • info4346
  • info4346's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
Of course, mate.

Tested carefully.

If "Post information to another location?" is enable it always is sended if not it never is sended, although I include the code you provide.

Thanks
The administrator has disabled public write access.

Silent Post feature based on user selelection BUG 2 years 5 months ago #41593

  • deurkruk
  • deurkruk's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
I see this is a very old post, but I have the same issue. Based on this forum post and the information on this page: www.rsjoomla.com/support/documentation/r...-user-selection.html
I can't see how this should work.
Any suggestions?
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!