Skip to main content
Nintex Community Menu Bar
Question

Create a custom Buttons in Skuid

  • July 10, 2024
  • 4 replies
  • 30 views

Forum|alt.badge.img+2

I am creating an app that will allow the user to search, and create Accounts and Opportunities. The welcome page should display 3 buttons “Search App” “Create an Account” and “Create an Opportunity”. When the user clicks an option in the welcome page they should be routed to the appropriate page. I have created all the 3 pages but, in the welcome page I could not create these options as buttons. Is there a way to create custom buttons in Skuid. 40d65e8fd1d7a04863149ee422c8e69d928213f2.jpg

4 replies

Forum|alt.badge.img+17

You can use the page title component and erase the title and sub-title. You can add on or more buttons to the page title component. You can modify their look by creating your own theme in the theme editor or using CSS.


Forum|alt.badge.img+2

Nice Idea… will try this and keep you posted


Forum|alt.badge.img+17

You could also try a navigation component with a single navigation item. You can put inside a wrapper component and use the wrapper to create background color and border for a button-like look.


Forum|alt.badge.img+3

You can also use a template with a href component of html and can place this template inside a wrapper and style wrapper using Css via setting theme or via inspect element.