+ Reply to Thread
Results 1 to 8 of 8
-
08-13-2009 10:16 AM #1
Junior Member
- Join Date
- Dec 2008
- Posts
- 17
Forcing Checkbox not to track IP Addresses of respondents
Hello there,
Is there a way to force Checkbox, at the system level (we host on our own server) either:
-to not track IP addresses of respondents, or
-to not export the IP address column or show it in any way to report administrators, perhaps not even show it to system administrators.
The concern we have is for privacy. Our system does not track users, but the IP address is captured.
Thanks,
Steve
-
08-13-2009 12:14 PM #2
Administrator
- Join Date
- Mar 2007
- Posts
- 385
Unfortunately there is no way to disable the tracking of ip addresses. That being said, it should not be difficult to add this functionality. We are planning on building a small point release this afternoon and I will look into including your feature request.
-
08-14-2009 11:45 AM #3
Administrator
- Join Date
- Mar 2007
- Posts
- 385
Checkbox 4.6.4 has been built and handed off to the hosting team in order to make it available for download. In this release a new setting has been added which controls whether or not a respondent's ip address is recorded. Due to time constraints this setting is only accessible in the database. After patching to Checkbox 4.6.4 run the following query to disable the collection of ip addresses.
--BEGIN
EXEC ckbx_Install_UpSertSetting 'LogIpAddresses', 'false'
--END
-
08-14-2009 11:53 AM #4
Junior Member
- Join Date
- Dec 2008
- Posts
- 17
-
01-27-2010 01:00 PM #5
Junior Member
- Join Date
- Jan 2010
- Posts
- 9
Is there a way to do this from the 'front-end' of the application - i.e. without accessing the SQL side and running an update script ? - or for individual surveys only ?
Our server is managed by a third party and I don't want to ask them to run ad-hoc scripts against what appears to be a robust product
v4.6.4.7
Lynne (newbie!)
-
01-27-2010 01:09 PM #6
Administrator
- Join Date
- Mar 2007
- Posts
- 385
At this time the only way to enable this feature is with the provided query. We are currently working on Checkbox 5.0 and and option for this feature has been added to the settings section.
The query I provided is what Checkbox uses to update settings.
-
01-27-2010 01:28 PM #7
Junior Member
- Join Date
- Jan 2010
- Posts
- 9
Roadmap ?
Are there announced timescales for next version?
As new licences on v4.6.4.7 are we eligible?
Is there a defined 'pattern' to new version releases - ie. major point releases annual with minor points at xx times per year ?
Thanks
Lynne
-
01-27-2010 01:47 PM #8
Administrator
- Join Date
- Mar 2007
- Posts
- 385
We are aiming for a release at the end of q1 but there is no firm release date at this time.
Checkbox 5.0 will be available for download to all customers with a valid support contract.
We do not have a set release schedule.


LinkBack URL
About LinkBacks
Reply With Quote

