Summary step

Wizard has implemented special mark for summary step. If you add to your step element the attribute data-sf-step="summary", then wizard will search for double curly brackets {{nameOfInput}} and replace this brackets with value of form. You can use default value after pipe character, if input isn't filled. For example {{inputName|Paula}} causes, that everybody who doesn't fill input with name inputName will be Paula. You can also add the attribut data-sf-text="Alternative" to specific inputs, that means if input is checked, then Alternative will be shown in summary step. These are only basic summary functions what wizard can provide. If you need more sophisticated summary, you have to code it by your self.

Summary step
In publishing and graphic design, lorem ipsum is common placeholder text used to demonstrate the graphic elements of a document or visual presentation, such as web pages, typography, and graphical layout. It is a form of "greeking".
Condition In publishing and graphic design, lorem ipsum is common placeholder text used to demonstrate the graphic elements of a document or visual presentation, such as web pages, typography, and graphical layout. It is a form of "greeking". Even though using "lorem ipsum" often arouses curiosity due to its resemblance to classical Latin, it is not intended to have meaning. Where text is visible in a document, people tend to focus on the textual content rather than upon overall presentation, so publishers use lorem ipsum when displaying a typeface or design in order to direct the focus to presentation. "Lorem ipsum" also approximates a typical distribution of letters in English.
Additional information

Even though using "lorem ipsum" often arouses curiosity due to its resemblance to classical Latin, it is not intended to have meaning. Where text is visible in a document, people tend to focus on the textual content rather than upon overall presentation, so publishers use lorem ipsum when displaying a typeface or design in order to direct the focus to presentation. "Lorem ipsum" also approximates a typical distribution of letters in English.

Even though using "lorem ipsum" often arouses curiosity due to its resemblance to classical Latin, it is not intended to have meaning. Where text is visible in a document, people tend to focus on the textual content rather than upon overall presentation, so publishers use lorem ipsum when displaying a typeface or design in order to direct the focus to presentation. "Lorem ipsum" also approximates a typical distribution of letters in English.

Using "lorem ipsum" often arouses curiosity due to its resemblance to classical Latin, it is not intended to have meaning. Where text is visible in a document, people tend to focus on the textual content rather than upon overall presentation, so publishers use lorem ipsum when displaying a typeface or design in order to direct the focus to presentation. "Lorem ipsum" also approximates a typical distribution of letters in English.

Summary

Dear {{exampleInputName1|Anonymous}}, this you have filled:

Email {{exampleInputEmail1|You forgot email!}}
Approved conditions {{optionsRadios}}
animal: {{animal[]|Animal-hater}}
Super power: {{superPower}}
More super-powers: {{moreSuperPower}}
My favorite number {{favoriteNumber}}
$(document).ready(function () {
    $("#wizard_example").stepFormWizard();
})