Your admin portal
What you can do to customize your web app without code
Last updated
Was this helpful?
What you can do to customize your web app without code
Last updated
Was this helpful?
The admin portal is a page where you can set some custom features of your web app. Here you will find the following 5 menus on the left bar:
App Name and Logo
Header and Footer
Login / Signup Page
User Onboarding
Social & SEO
In each section you can use the forms available to customize your web app. It is pretty much self-explanatory what every section does. But you want to check what's going on behind the scenes, you should take a look at the different custom data types and see what changes are made in the DB when choosing the different options.
Type the name of your app to update the record and you will see the page title changing too. Then upload your web app icon and logos (2 formats and 2 colors) and you are done for this section
Header and footer are responsive reusable elements that can be customized with respect to background color, logo format and text font color (if you declare a background "dark", then text color will be white; if you declare a background "light", then text color will be black).
This page is made of 2 groups, one for login and one for signup. The visibility of each group comes from a URL parameter. The URL parameter is set every time you click on a login or signup button.
The UI is divided into two columns: the signup/login form on the left and some content on the right. Of course you can easily change this layout without breaking any workflow.
The set-up options available are all related to the content side of the page and more specifically to:
background full color or image
dark / light background choice
two lines of fixed text in English and Italian
three lines of typewriter effect text (in ENG and ITA)
New users can signup with email and password. But usually you want to know more about your users. This is when the onboarding process starts. But maybe you do not need to know everything. Or you do not need an onboarding at all.
That's why we are giving you some options in order to set-up your own onboarding process. In the template there are 3 steps, for personal data, user's entity and user validation (email and mobile). And you can choose to have only two steps (first and second), only one step (first one) or none.
For each step you can decide if some fields should be visibile or not. And if visible fields are required.
Here you can set title, description and image for each page of your web app (provided that in the page element you have set the proper formula - that you can copy and past from the template pages).