• 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: checkbox cloning

checkbox cloning 6 years 9 months ago #37059

  • Tony616
  • Tony616's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
hi i have a checkbox group i would like to "remember" the user choices across the different pages, trying to use


onclick="copy();"
in the additional parameters of the next button and

function copyDO()
{
var n1 = document.getElementById("checkbox1");
var n2 = document.getElementById("checkbox1copy");
n2 = n1;
}


i am willing to pay for the code, thanks in advance
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!