-
|
In a form, i want to use header type to create groups of fields. Select 'header' as type, 'my group' as title;The result is an empty field with the label, and not a single title in the middle of the form, just like in documentation. |
Beta Was this translation helpful? Give feedback.
Answered by
flosigime
Oct 3, 2025
Replies: 2 comments 4 replies
-
|
sqlpage 0.33 is severely outdated ! And the header name property is
select 'form' as component;
Select 'header' as type, 'my group' as label;
select 'Hello' as name; |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
it seems ok, no ?
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



perfectly works with sqlpage 0.37 !