Hello all! I am new joiner in ory community and i...
# _newcomer
c
Hello all! I am new joiner in ory community and i have some questions about customizing identity schema to have custom registration form displayed. For now i try to use Ory UI available under "Account experience" tab in ory console. What i try to achieve is: 1. have select field in form with some predefined options 2. display "newsletter" checkbox with default value "checked" 3. display "Terms and conditions" checkbox with link to external site in checkbox title - e.g. Accect aTerms and conditions /a Is it possible to achieve by modifying identity schema? Thanks in advance!
m
Hey @cuddly-whale-46426 1. What kind of field would that be? See here as well: https://www.ory.sh/docs/kratos/manage-identities/best-practices - in many cases it makes sense to not have this data directly in the identity schema, but it depends. 2. AFAICT you can't change the default value at the moment 3. This is at the moment only possible with a custom UI - however! we are working on the next version of Ory Account Experience which will have this out of the box. So if you can wait a few weeks for the release, you probably don't have to build a custom UI.
c
@magnificent-energy-493 thanks for Your support! regarding 1. question, we have such field on design (see screenshot). and decision from architects is that we want to store also that information in ory. i saw in ory documentation about identity schema, that i can use input fields (different types - password, string, number etc) and checkboxes. i found nothing about possibility of using <select> field in registration form. so, is it possible?