|
Is there any way to add non-inputs to forms, such as arbitrary text, html, or markdown? For example, is it possible to create a form layout similar to this:
|
Answered by
lovasoa
Oct 8, 2025
Replies: 2 comments
|
If you want full control of the form layout, you can create a custom component and write your form in html and css: https://sql-page.com/custom_components.sql But for the form you show above, maybe a select with a label is enough? |
0 replies
Answer selected by
zisuyriz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


If you want full control of the form layout, you can create a custom component and write your form in html and css:
https://sql-page.com/custom_components.sql
But for the form you show above, maybe a select with a label is enough?