Create a New Page
Important: If you're working with the HTML or JavaScript editor, remember to save your content before closing the editor. This ensures your changes are preserved.
Step 1: Choose a Template
Navigate to the Pages tab.
Click on + New Page.
Select a template for your new page.
Step 2: Enter Page Details
Enter the Page Name and Navigation Path (Slug).
Add a Page Description and specify the Scoped Hook Set Name.
Enable Authentication if required.
Click Next to proceed.
Step 3: Build Your Page
Go to the Page Builder tab.
Define and arrange your page elements by writing or pasting your JSON configuration or HTML code.
Add components like HTML content, input fields, buttons, and tables to build the structure and functionality of your page.
Step 4: Configure Page Info and Misc Settings
Go to the Page Info tab to review and adjust page settings, such as Scoped Hook Set Name, and authentication options.
Edit any additional configurations in JSON format if necessary.
Step 5: Configure Integration Settings
Move to the Integration tab.
Enable the onFormRequest Hook if your page needs to pull data from the backend.
Step 6: Define Data Model
In the Data Model tab, input your default data model in JSON format.
Optionally, use the Development Data Model for mock data during development.
Step 7: Create Action Scripts
Switch to the Actions tab.
Click + New Script and define your scripts.
Use drag-and-drop to rearrange actions as needed.
Step 8: Finalize and Save
Review all settings across tabs.
Save your changes to ensure everything is applied correctly.
Last updated