I selected field component. I want to increase the size of some field box, and want to make the submit button smaller. How can I do it? The form is completely one block, and I cannot modify it.
Use separate components with text inputs etc and you can customise much more.
Thank you, theadaloguy.
Then how to create forms? How to connect database?
Have input fields you made yourself. Then the button underneath should have an action to update (or create). For each field you can then reference those inputs you created.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.