How do I go about have the terms of service tick box, already checked by default, so that users only have to browse to the file, and click upload?
Thanks
XFileSharing Free - How to have the TOS ticked by default
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
That's easy. In Templates/upload_form.html replace
with
Actually you can remove it at all from code with same effect. There won't be any error.
Code: Select all
<input type="checkbox" name="tos" value="1" id="tos">
Code: Select all
<input type="checkbox" name="tos" value="1" id="tos" checked>