...
...
...
...
...
...
Section | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
...
- Log in as the designer, and then click on Spaces.
- Click Add to create a new space, enter a Space ID. The Space ID must be unique, start with a letter, cannot contain spaces or special characters and cannot exceed 16 characters. Non-ascii characters are not supported in a space id.
- Enter a Space Name - this name will display in the top right section of the space. The Space Name should not exceed 16 50 characters but you can type spaces here.
- Click Create.
- LiveForms will bring you directly to the Space Designer where you can begin editing your space. The new space is also added to the list on the Spaces home page.
...
You may notice a slight difference when logging into a Space. When you access your space with the Share URL, then click the Login tab, the whole screen becomes the login screen. Enter your credentials to view your space.
Spaces are always ‘public’ which means anyone with the link can access them. However, any forms or flows in the space that require authentication cannot be accessed until the user logs in. If you would prefer that users log in before accessing a space you can construct a share URL that used the target-uri query parameter to accomplish this. For example:
Code Block |
---|
Cloud: https://app.frevvo.com:443/frevvo/web/login?target-uri=<spaceurl> In House: https://<your server host>:<port>/<frevvo home>/web/login?target-uri=<spaceurl> |
...
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 this 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:
...