Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

Multi steps sign up


Hello!

On the multi steps sign up I need to put a cancel button on the first page, but I cant figure out how to make it. Can you help me?

https://preview.keenthemes.com/metronic8/demo39/authentication/extended/multi-steps-sign-up.html

Thanks,
Elieser


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (5)


Good idea! Thanks.



Great! If you need any further help please do let us know happy


Your Support Matters!

We will highly appreciate your Metronic Review on Themeforest.
Please go to Themeforest Downloads page, select Metronic & leave your feedback.

Hello!

I will need hide this cancel button on mobile because it does not fit the layout.



Hi,

You can use d-none d-lg-flex to hide it on mobile.

Regards.



Hi,

You can try the below code:


<div class="d-flex flex-stack pt-15"> 
<div class="mr-2">
<button type="button" class="btn btn-lg btn-light-primary me-3">
<i class="ki-outline ki-arrow-left fs-4 me-1"></i>
Cancel
</button>

<button type="button" class="btn btn-lg btn-light-primary me-3" data-kt-stepper-action="previous">
<i class="ki-outline ki-arrow-left fs-4 me-1"></i>
Previous
</button>
</div>

<div>
<button type="button" class="btn btn-lg btn-primary" data-kt-stepper-action="submit">
<span class="indicator-label">
Submit
<i class="ki-outline ki-arrow-right fs-4 ms-2"></i>
</span>
<span class="indicator-progress">
Please wait... <span class="spinner-border spinner-border-sm align-middle ms-2"></span>
</span>
</button>

<button type="button" class="btn btn-lg btn-primary" data-kt-stepper-action="next">
Continue
<i class="ki-outline ki-arrow-right fs-4 ms-1"></i>
</button>
</div>
</div>


If you need any further help please let me know.

Regards.


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(