I need help saving the text from my text inputs and making it visible on the website
can someone help me with this?
I need help saving the text from my text inputs and making it visible on the website
Create a thing in the database with fields.
Let’s assume that you created a thing called “building” in your dB with one text field called “name”
Place your input element inside a group. Set that group to be of type building. Then set your inputs default value to be parent group’s building name.
You can do the same thing with a text element.
This topic was automatically closed after 70 days. New replies are no longer allowed.