From: D B. <ba...@aw...> - 2020-03-18 10:35:56
|
Ah, thanks, that solves my issue! Nonetheless, some suggestions for your backlog regarding UX: Having attributes listed as [0] through [4] is not very straightforward for editing, the attribute name would be more intuitive. Or you could add the "reorder" button that exists in the profile action page also to the page for editing the collected attributes. Cheers, D On 18/03/2020 10:36, Krzysztof Benedyczak wrote: > Hi, > > W dniu 17.03.2020 o 15:44, D Baum pisze: >> Hi! >> >> On 14/03/2020 11:04, Krzysztof Benedyczak wrote: >>> For the current unity: >>> >>> first of all you need to set >>> >>> unityServer.core.allowFullHtml=true >>> >>> in unityServer.conf. This turns off some of the XSS prevention measures, >>> basically trusting admin-entered HTML. >>> >>> Then you can configure your registration form agreement with a link, >>> like this: >>> >>> I agree to <a href="https://example.com/tou.html" target="_blank">ToU</a> >> Perfect, thanks! >> >> BTW: Is there a way to re-order the form elements? > > Yes. Just enable custom layout > > > HTH, > KB > |