From: Krzysztof B. <kb...@un...> - 2020-03-18 09:36:55
|
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 |