• 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: Can RSFORM PRO get params from url for checkboxes?

Can RSFORM PRO get params from url for checkboxes? 13 years 2 weeks ago #17165

English is not my native*

See the example.
When I go to to this link, first checkbox is checked.
For param "f=2" - second checkbox is checked accordingly. And so on.
Can RSForm Pro do this? And how?
The administrator has disabled public write access.

Re: Can RSFORM PRO get params from url for checkboxes? 13 years 1 week ago #17196

Hi,

Use the following structure in your item list.
Item1[c]
Item2
and so on
Regards
Wilco Alsemgeest

Please note: my help is not official customer support. To receive your support, submit a ticket by clicking www.rsjoomla.com/my-support-tickets.html
The administrator has disabled public write access.

Re: Can RSFORM PRO get params from url for checkboxes? 12 years 3 months ago #20866

  • dyvel
  • dyvel's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 16
I'm looking for the same function, but the answer given is not related to the original question. Did you find a solution Alex?

What is needed is some php code to GET the params from the URL and then prefill a checkbox, but what checkbox to fill depends on the param in the URL.

Or in other words - we need to pre-populate a form with data - in this case pre-populate a checkbox based on URL param.
Last Edit: 12 years 3 months ago by dyvel.
The administrator has disabled public write access.

Can RSFORM PRO get params from url for checkboxes? 12 years 3 months ago #20979

  • david24
  • david24's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi,

Have you been able to get this done ?

I'm looking to achieve the same goal with a dropdown.

Hoping for answers,
Best regards,
David aka Shapes
The administrator has disabled public write access.

Can RSFORM PRO get params from url for checkboxes? 12 years 3 months ago #20993

  • octavian
  • octavian's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 783
  • Thank you received: 110
Of course you can. You just need to know your way around PHP code to do it. Like Wilco said, you need to generate a list like this:
item1[c]
item2
item3
Where [c] is used to tick that item.
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!