Skip to content

Multi-step form with "steps" component #489

Closed Answered by lovasoa
anayrat asked this question in Q&A
Discussion options

You must be logged in to vote

You could use the step component like this

select 
    'steps' as component;
select 
    'Fill the form' as title,
    '?step=1' as link,
    $step = 1 as active;
select 
    'Confirmation' as title,
    $step = 2 as active;
select 
    'Done' as title;

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by anayrat
Comment options

You must be logged in to vote
1 reply
@lovasoa
Comment options

Comment options

You must be logged in to vote
1 reply
@lovasoa
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants