Replies: 3 comments 1 reply
-
Hello and welcome to SQLPage! You can remove the built-in submission button with select
'form' as component,
'poem' as id,
'' as validate;
select
'textarea' as type,
'Poem' as name,
'Write a poem' as placeholder;
select
'button' as component;
select
'?action=save' as link,
'poem' as form,
'red' as color,
'Save' as title; |
Beta Was this translation helpful? Give feedback.
-
Yes I tried this before , but doing it this way will not place the button inside the Form, resulting in quite some space between the form and the button. |
Beta Was this translation helpful? Give feedback.
-
Yes, the padding below the form was indeed not quite right; this has been fixed and will be in the latest release. In the meantime you can try the main branch on docker with
|
Beta Was this translation helpful? Give feedback.
-
Is it possible to customize the look of a form Submit Button.
Like maybe change the color of it, or apply Narrow to the button and give it an icon instead of text?
Beta Was this translation helpful? Give feedback.
All reactions