• 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: Pass checkbox parameters through URL and catch it

Pass checkbox parameters through URL and catch it 5 years 1 month ago #39938

  • rakeshy
  • rakeshy's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 97
  • Thank you received: 3
After checking this documentation:
www.rsjoomla.com/support/documentation/r...can-i-catch-it-.html

I still would like to know how to pass MULTIPLE Checked Checkboxes through URL and catch them again.


So having these parameters in the Checkbox field:

Number%20one|Number one
Number%20two|Number two
Number%20three|Number three

After selecting the first and third checkbox, it creates this output for the field [Checkbox]:

Number%20one<br />Number%20three

I do not understand how to catch Checkbox:value with URL when multiple checkboxes are selected.

It adds a carriage return that needs to be replaced with html code somehow, since it breaks the URL.
Last Edit: 5 years 1 month ago by rakeshy.
The administrator has disabled public write access.

Pass checkbox parameters through URL and catch it 5 years 1 month ago #39939

  • rakeshy
  • rakeshy's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 97
  • Thank you received: 3
Spaces also break the URL, that is why I use: %20

But with the Comments Field the spaces should also be replaced with %20 after submission and before User email.
How can I replace this, so I can send an User email with the URL: &form[Comments]={Comments:value}
Last Edit: 5 years 1 month ago by rakeshy.
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!