How to Divide a Large Oracle APEX Form into Areas
If an input form such as shown in Screen 1 is becoming too complex it can be divided into areas with a horizontal line and a label.
Create a new item between form elements based on the "stop and start table" item (see Screen 2 ).
Modify this item with an appropriate label including HTML code if required - Screen 3.
<br><hr><strong>Phase: SITE IDENTIFICATION</strong>
The result is a form as show in Screen 4 with a horizontal line and label dividing the form region. |