Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
Hi!
I want to add a group of buttons/links at the bottom of my forms: "Submit" sends the form, "Cancel" leads back to the list.
What's the best way to do this?
I'm totally new to Orchid, so my first idea was to group two buttons next to each other - but buttons don't have a route() method I would have used with the Cancel button.
The second option I saw was to use a Link as the Cancel button so I can use its route() method; but the two itemsare not being rendered on the same horizontal line - the link is being put about 15 px down.
Please advise :-)
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions