Live Forms v6.3 is no longer supported. Click here for information about upgrading to our latest GA Release.
Spaces
Each designer user in a
If you share a space, you are essentially creating a website — anyone who has the URL can view the space. Whether or not someone can actually open a form or flow and use it depends on the Visibility property of the form. A form or flow must be Public for anyone to use it. An outside user will be blocked if he attempts to open a non-public form, and may even lose his session credentials with the space. Forms/flows must be deployed to production for them to automatically appear in an application tab menu. If the visibility of a form is restricted to a specific role via the ACL feature, the form/flow will not appear on the space menu unless the logged in user has been assigned that role or they are the designer.
A form action display message formatted using html tags will not work like they do in your own customer web site. XHTML in the display message is currently unsupported in
Notice the First and Last Names of the logged in user appear in the upper right corner.
Create a New Space
When you create a space,
You create a new space from the spaces home page.
Log in as the designer, and then click on Spaces .
Click
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 characters but you can type spaces here.
Click Create.
The new space is added to the list.
The spaces home page lists any spaces that you've already created. On this page, you can:
Click
to create a new space.
Click
to delete an existing space.
Click
to edit a space.
Click
to test a space.
Click
o to share a space.
If you add or remove applications or add or remove forms or flows from applications, and you want to update the space that contains them, a quick way to do that is to delete the old space and create a new one. You can use the same name as the original space. The new space will contain all your current applications, and all deployed forms, and flows. Customizations made to the space, such as adding your logo or HTML will have to be redone. If you do not want to redo your customizations, edit the Tab Menus manually.
Edit a Space
Click to display your space in the space editor. The editor displays your space as it will appear if you share it with others. The editor also includes a Properties panel at the left of the space, a toolbar at the top with Finish and Cancel icons, and editing tools you can use for the three panels in the body of the space, the logo area, and the application and Task List tabs.
6
Edit Space Properties
Use the Properties panel to edit the the space Name, choose a different Width, or apply a style to the space. If you change any of the properties, refreshes the space so you can see your changes.
When calculating the width of your space, consider the width of your forms plus the added space needed to fully display your forms when performing a task from the Task List. Showing/Hiding the left panel may also be a factor.
Edit the Panels and Logo
You can edit all three panels in your space, and you can show or hide the left panel and bottom panel. You can also remove or replace the logo. The logo filename can contain up to 50 characters.
Click
to edit a panel, upload a graphic file to use as a logo, or to edit the application tabs.
Click
to remove the logo.
Click
to either hide or show the left and bottom panels. When hidden, the editor displays the panels grayed out.
When you edit a panel, displays its contents. You can add your own content and format it using HTML tags.
To replace the logo, browse for the graphic file you want. Click the Finish icon when you're done.
You might want to change the default logo to your company logo. You can configure the frevvo.logo.URL parameter in the <frevvo-home>\tomcat\conf\Catalina\localhost\frevvo.xml file or you can unzip the <frevvo-home>\tomcat\webapps\frevvo.war file and modify the configuration parameter in the web.xml file with the URL to your logo file. Click here for a step by step procedure of how to modify these files. Modifying this configuration parameter will change the default logo to your image for all of including Spaces.
Adding a Tab and Forms/Flows to the menu
Click to edit the application tabs. You can use the editor shown below to add, delete, or rearrange the tabs in your space, and add or remove forms or flows from the drop-down tab menus. The editor uses this format:
Text that begins with a single asterisk is a tab name — * Human Resources is a tab name.
Text that begins with two asterisks is a form or flow name — ** Expense Report is a form or flow name.
To add a new tab, type its name and begin it with a single asterisk. Use two asterisks for a form or flow name. Notice that a form or flow name is followed by a URL that identifies it. For example, the full entry for the Human Resources > Expense Statement form in this example is:
** Expense Statement|http://192.168.1.68:8082/frevvo/web/tn/rap.com/user/Jack/app/_N4cF4ZuwEeCwk5wyBHqHrQ/flowtype/_g6-MkJu5EeCwk5wyBHqHrQ?_method=post&embed=true
To add a form or flow name to a tab, you'll need its URL. Follow these steps:
On the applications home page, click
to edit the application that contains the form or flow you want to add.
Click the
button to open the Share Form panel for the form you want.
Click Raw form link to display the raw URL.
Copy the URL, then in the tab editor, type a | character after the form name. Paste the form's URL after it.
Click Finish to update the tab menus.
Forms/flows in a space should be located on the same Server. They can be created by other designer users in same tenant or a different tenant.
Forms/Flows displayed on the Space menu will only show the forms/flows which the logged in user is authorized to view.
If you are using a tenant configured for a container security manager and you want to allow anonymous access to your forms/flows, you must add a public URL to your space menu.
Notice the URLs generated in when you create a space show the tenant name hardcoded.
Refer to the Space Content topic for tips and information about more "cool" items you can add to your Space menu.