Hi everyone :wave: I am interested in using the Or...
# ory-network
h
Hi everyone 👋 I am interested in using the Ory Account experience. I was wondering if it is possible to add a Terms of Service consent checkbox. I managed to add a required checkbox through the identity schema. A screenshot is in the attachment. However I am wondering if I can turn the "Terms of Service" into a hyperlink. I am using the following trait in my identity schema:
"tos": {
"type": "boolean",
"title": "I accept the Terms Of Service"
}
I was wondering if this is possible through the default Account experience or if I need to instead bring my own UI. Any hints would be appreciated. Kind regards Bilal
p
Hi @high-bear-15953 Unfortunately adding hyperlinks here aren't supported currently. Please see this issue: https://github.com/ory/elements/issues/65
h
I see, thanks for clarifying ! Custom UI it is then 😀