Section | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Notice the URLs generated in when you create a space show the tenant name hardcoded.
Tip |
---|
Refer to the Space Content topic for tips and information about more "cool" items you can add to your Space menu. |
Note the use of parenthesis () in the URL. Tomcat 8.5 doesn't allow curly braces in URLs since they are not valid URL chars and deemed a security vulnerability. Live Forms currently supports parenthesis as well as curly braces. However, if you are embedding the Task List in your website, change the markup to use parenthesis (). Support for curly braces {} will be dropped in a future release.
Test a Space
Click to test a space. The space is displayed as it will look to anyone you gave its URL to. If a user has the correct credentials, he can fill out and submit forms and flows. Close the window when you're done testing.
...
Adding an Anonymous Signup form link
You can add the URL to an anonymous signup form for your tenant. Users can create a user account in your tenant using this published registration URL. The designer does not have to create the form, the URL shown below accesses the Add User Anonymous Register form included with . When thsi form is submitted, the user receives an activation email which enables the account.
You must check Anonymous Users in your tenant to take advantage of this feature. Also, there is an invisible control on this form which requires the tenant name. The form will not submit if this field is left blank. Append the _data parameter to initialize the control with your tenant name:
...