Gossamer Forum
Home : Products : Others : Gossamer Community :

Re: [Andy] checkbox for Privacy Policy

Quote Reply
Re: [Andy] checkbox for Privacy Policy In reply to
Hi Andy,
I would like to have this checkbox beside the automatic profile form.
Just like I have it with the random image.
And I don't want to use javascript in the registration form.

In glinks include_form.html I'm using this code
Code:
<div class="row clear">
<label for="agree" class="name">Check: <span>*</span><br><br><br><br><br><br><br><br></label>
<div class="value">
<input type="checkbox" id="agree" name="agree" value="Yes" <%if agree eq "Yes"%>checked<%endif%>> Text Text Text<br /><br />
</div>
</div>

Do you think this will work in community as well?

Matthias
gpaed.de
Subject Author Views Date
Thread checkbox for Privacy Policy Matthias70 10046 Mar 17, 2010, 10:41 AM
Thread Re: [Matthias70] checkbox for Privacy Policy
Andy 9909 Mar 17, 2010, 11:54 AM
Thread Re: [Andy] checkbox for Privacy Policy
Matthias70 9926 Mar 17, 2010, 12:03 PM
Thread Re: [Matthias70] checkbox for Privacy Policy
Andy 9910 Mar 18, 2010, 12:50 AM
Thread Re: [Andy] checkbox for Privacy Policy
Matthias70 9899 Mar 18, 2010, 5:31 AM
Thread Re: [Matthias70] checkbox for Privacy Policy
Andy 9875 Mar 18, 2010, 11:06 AM
Thread Re: [Andy] checkbox for Privacy Policy
Matthias70 9875 Mar 18, 2010, 11:12 AM
Thread Re: [Matthias70] checkbox for Privacy Policy
Andy 9875 Mar 18, 2010, 11:59 AM
Thread Re: [Andy] checkbox for Privacy Policy
Matthias70 9866 Mar 18, 2010, 12:13 PM
Thread Re: [Matthias70] checkbox for Privacy Policy
Andy 9873 Mar 18, 2010, 12:48 PM
Thread Re: [Andy] checkbox for Privacy Policy
Matthias70 9859 Mar 18, 2010, 1:41 PM
Thread Re: [Matthias70] checkbox for Privacy Policy
Andy 9858 Mar 18, 2010, 1:44 PM
Post Re: [Andy] checkbox for Privacy Policy
Matthias70 9863 Mar 18, 2010, 1:51 PM