PDA

View Full Version : Clickwrap agreement hack?


lucky123
06-29-2006, 03:05 PM
A clickwrap agreement is a page or window that appears before the user is allowed to perform a certain function (in particular for uploads) which states the terms of an agreement. The user will not be allowed to proceed until he has clicked in a box to indicate he has read and accepts the agreement.

Is this avaiable so before an upload can be done it will do this?

lucky123
07-02-2006, 11:24 PM
<div style="text-align:center;font-weight:bold;padding-top:15px;padding-bottom:15px;font-size:9px;">By Clicking Enter you Agree to our <a href="terms.html">Terms of Use</a> and <a href="privacy.html">Privacy Policy</a>
</div>

Where do I put this code for the box to appear when a user hits "add attachment"?