I’m starting a project in which people can log in, have its own page and can customize some key elements of this page, for example:
- create buttons with customizable links
- change the collor of the background
- turn on or off some elements in the page
and so on…
Is it possible to do it with Velo? I coudn’t find any tutorials of this type. I know how to programm however I don’t have experience with web development, only with some scripts for numerical simulations in Engineering.
Hello Giri, thank you for the update!
It is an interesting feature, but it isn’t what I’m looking for.
I’m looking to build a website that the person can login to it’s own account and modify his page following a template.
For example:
- The user Login to his/her account.
- The user is redirected to a page with a fixed template:
a. A Picture
b. A box in which the user can insert a series of buttons arranged one below the other, that links to different URLs.
c. A text field.
- The user chage his/her picture, these (a,b and c) fields with color, URL, and icons, and the text in the text field.
- Click save and updates the page in which can be shared.
- The user can redo this entire cicle as many times he/she wants.
Well, if that is not what you need, you will have to do it yourself. You could make a form where you request all the necessary info (pic, buttons, colors, URLS’s etc) , write that to a collection and on the target page read all that info and style the page likkewise.