Loading...
 
Skip to main content

Checkbox field does not work in the tracker plugin (TW5.0Beta1)

Status
Closed
Subject
Checkbox field does not work in the tracker plugin (TW5.0Beta1)
Version
5.x
Category
  • Error
Feature
Trackers
Submitted by
Gergely
Lastmod by
Pascal St-Jean
Rating
(0)
Description

Created a tracker and a checkbox field in it next to some other fields.
Set appropriate permissions.
When submitting the form, the checkbox is always unchanged.

relevant html source fragment:
<form enctype="multipart/form-data" method="post" action="/tikiwiki-5.0.Beta1/tiki-index.php?page=Test&itemId=3">
<input type="hidden" name="trackit" value="3" />
<input type="hidden" name="iTRACKER" value="1" />
<input type="hidden" name="refresh" value="1" />
<input type="hidden" name="page" value="Test" /> <table class="wikiplugin_tracker"> <tr><td>Name</td><td> <input type="text" id="track_55" name="track55" size="80" maxlength="80" value="My name is XY" /></td></tr> <tr><td>Check this to confirm</td><td> <input type="checkbox" name="track72" checked="checked"/></td></tr>

</table> <div class="input_submit_container">

<input class='button submit' type='submit' name='action' value='Confirm' />

</div>

</form>

_REQUEST:
track55 is available, while track72 is not

used Firefox 3.6.6

Solution
tried adding value="y" and value="n" to the checkbox input, but these did not help
Workaround
the radio button works fine
Importance
7
Priority
35
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
3468
Created
Saturday 03 July, 2010 13:51:20 UTC
by Gergely
LastModif
Thursday 21 November, 2013 17:34:01 UTC


Show PHP error messages