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; |
0 replies
|
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. |
0 replies
|
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 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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?
All reactions