Mountainous Monks,

Admittedly the link of this question to Perl is tenuous - at least the back-end of this system is being done in Perl. But since most Perl cgi programmers will at some time work on this subject, it has widespread application to the community.

The question is - how do you record, in a positive way, that a user did in fact check a "I agree to the user terms" check box on a typical online registration form?

Your online sign-up form has the usual name, email, etc, etc. You of course have a "terms of use" page that users are encouraged to read. And a check box they must check to indicate they've read and agree to the terms. You of course have checking in place so that their info is only registered if they've checked the box.

If they have checked the box, you create a record for them in the users database, and blithely go about your business. But you have no actual record that they checked the box. Just the assumption that your system worked properly and if there's a record in the DB, well, they MUST have checked the box, mustn't they?

Is there an industry-standard method for positively recording the check-box check?

Thanks,





Forget that fear of gravity,
Get a little savagery in your life.

In reply to Covering your posterior on "Terms & Conditions" checkboxes by punch_card_don

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.