Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

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
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (5)


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.



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.



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.
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(