Hi all, I'm beginner with dnn and have some problem:
First of all, I'm trying to create registration page for my website with "I agree with Terms of Use" check box and link to ToU in description.
What I tried to do were:
1) "Registration form type" set to custom
2) Created new checkbox profile property AgreeWithTerms (picture here) with Validation Expression = "True"
3) Set necessary Registration fields, but when tried to add AgreeWithTerms - I couldn't
(picture here)
in fact, it seems to me (based on some more experiments) that only text profile properties is possible to add in Registration fields area.
- Could anyone tell me - how to insert checkbox to registration page?
- And how to insert custom html there (link to ToU)?