How do I access the CSS
Hi Alan,
Adalo does not use CSS and you cannot access the underlying code.
If you need to introduce custom elements, they’re developed in React Native.
How do I put a dropdown field into a form, would i have to make the form all over again completely custom and with separate input fields? example… I have a form with name email and the submit button, but i have a dropdown and It doesnt let me do that on the form. so i do it separately but I want it to go inside the form … or atleast under name and email, how do i squeeze that in there
You can make a custom form using text input, date input, and drop down fields, then use an action to create or edit the record.
If you have categories / select option for that filed it will automatically provide drop down
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.