Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0


Figure 1: Form in a Userview

Userview Form is one of the Userview Builder's basic elements but yet and a very important element in the Userview Builderone. It allows one to integrate form built forms into the Userview thus , allowing one users to interact with its users each other via formforms.


Figure 2: Form Properties - Edit Form

Custom ID

Name of the link. The name defined would Link name to be used as part of the URI constructed .
(Ee.g.,http://localhost:8080/jw/web/userview/crm/crm_userview_sales//account_new)

Label

Label Name of the element .

Form

Form to be loaded for this the element .

Show in Popup Dialogpopup dialog?

Control on whether to load Loads the form in a Popup Dialog.

Read Only?

Control if the form should be Read only.

popup dialog when checked

Readonly?

Enables readonly for the form when checked

Display field as Label when readonly?

Displays

Display Field as Label when Read Only?

Display input fields as plain text in Read only readonly mode .


Figure 3: Form Properties - Redirection

Message Shown After Form Submission

Confirmation message to show up after the form is Message confirming that form has been successfully submitted

URL Redirect After Form Submission

Perform Performs redirection to the defined path (possibly a relative path) after form submission . (Can be a relative path(e.g., "http://www.example.com/page/")

URL Redirect on Cancellation

Perform Performs redirection to the defined path after cancellation of the form. (Can be (possibly a relative path) after form cancellation

Redirect Target on Cancellation

Behavior on how to handle when handling a redirection on cancellation. Selections available Available options: -

  • Top Window
  • Current Window

Field Name for URL Redirect Value Passover

Defines on which form field 's value to will be used as part of the redirection URL . (Ee.g., "id")

Field Value Passover Method

Defines on how to construct the redirect URL . Selections available:- will be constructed. Available options:

  • Append to URL (Ee.g., "http://www.example.com/page/123" where "123" is the value of the field defined in "Field Name for URL Redirect Value Passover")
  • As URL Request Parameter (Ee.g., "http://www.example.com/?page=123")

Request Parameter Name

If "As URL Request Parameter" is chosen as the "Field Value Passover Method", the request parameter name must be defined in this field . (Ee.g., "page").


Figure 4: Form Properties - UI

Submit Button Label

Define Defines custom Submit Button label.name

Cancel Button Label

Define Defines custom Cancel Button label. name

Custom Header

Define Defines custom HTML to be appended at the top of the form.form 

Custom Footer

Define Defines custom HTML to be appended at the end bottom of the form .


Figure 5: Form Properties - Advanced

Userview Key Name

Define Defines the field ID to pre-populate the form with.with 

Load Data using Using Userview Key?