Created this topic to ask for assistance during my development. Hope its ok
Anyways, wanted to add terms and conditions and stumbled to your reply here: viewtopic.php?t=5078
Is it possible that the checkbox is disabled(default checked in database) during registration so that the check box value is always 1 and cannot be changed?
Sorry forgot about the attributes, solved it by adding
- Code: Select all
widget:atts:disabled="disabled"
Just added this line to field.ini for users:
- Code: Select all
widget:description = "By completing this form you agree to our Terms and Conditions"
Is it possible that the description is in 2 lines and a html link?
i.e.:
- Code: Select all
By completing this form you agree to our Terms and Conditions.
Click here to read the Terms and Conditions(<<hyperlink?)
Thanks,
Edric