Note that there are some explanatory texts on larger screens.

plurals
  1. POjquery formwizard last step not showing
    text
    copied!<p>is there any reason that my final step i call confirmation isn't showing in the formwizard?</p> <pre><code> &lt;form id="wizardForm" action="" method="post"&gt; &lt;div id="fieldWrapper"&gt; &lt;div class="step" id="first"&gt; &lt;span class="font_normal_07em_black step_title"&gt;Site Information&lt;/span&gt;&lt;br /&gt; &lt;label for="Title"&gt;Title&lt;/label&gt; &lt;input id="Title" class="input_field_12em required" type="text" /&gt; &lt;label for="Description"&gt;Description&lt;/label&gt; &lt;input id="Description" class="input_field_12em required" type="text" /&gt; &lt;label for="UrlName"&gt;Url Name&lt;/label&gt; &lt;/div&gt; &lt;div class="step" id="ownerInfo"&gt; &lt;span class="font_normal_07em_black step_title"&gt;Site Owner&lt;/span&gt; &lt;label for="PrimaryOwner"&gt;Primary Owner&lt;/label&gt; &lt;input id="PrimaryOwner" class="input_field_12em required" type="text" /&gt; &lt;label for="SecondaryOwner"&gt;Secondary Owner (nt id)&lt;/label&gt; &lt;input id="SecondaryOwner" class="input_field_12em required" type="text" /&gt; &lt;/div&gt; &lt;div class="step" id="siteAccess"&gt; &lt;span class="font_normal_07em_black step_title"&gt;Site Access&lt;/span&gt; &lt;label for="I"&gt;Public or private info &lt;br /&gt; Will private information be stored in this space?&lt;/label&gt; &lt;input id="iYes" name="I" type="radio" value="Yes" /&gt;Yes&lt;br /&gt; &lt;input id="iNo" name="I" type="radio" value="No" /&gt;No &lt;hr /&gt; &lt;label for="T"&gt;Will T Information be stored on this space?&lt;/label&gt; &lt;input id="TYes" name="T" type="radio" value="Yes" onclick="ToggleT()" /&gt;Yes&lt;br /&gt; &lt;input id="TNo" name="T" type="radio" value="No" onclick="ToggleT()" /&gt;No &lt;div id="tAcknowledgeContainer" class="hidden_contain"&gt; &lt;input type="checkbox" id="tCheckbox" /&gt;&lt;span class="checkbox_label"&gt;I acknowledge &lt;/span&gt; &lt;/div&gt; &lt;hr /&gt; &lt;label for="C"&gt;Will space need to Control content?&lt;/label&gt; &lt;input id="cYes" name="C" type="radio" value="Yes" onclick="ToggleC()" /&gt;Yes&lt;br /&gt; &lt;input id="cNo" name="C" type="radio" value="No" onclick="ToggleC()" /&gt;No &lt;div id="cAcknowledgeContainer" class="hidden_contain"&gt; &lt;input type="checkbox" id="cCheckbox" /&gt; &lt;span class="checkbox_label"&gt;I agree &lt;/span&gt; &lt;/div&gt; &lt;hr /&gt; &lt;label for="F"&gt;Is Other User Access Required?&lt;/label&gt; &lt;input id="FYes" name="F" type="radio" value="Yes" onclick="ToggleF()" /&gt;Yes&lt;br /&gt; &lt;input id="FNo" name="F" type="radio" value="No" onclick="ToggleF()" /&gt;No &lt;div id="fPleaseNoteContainer" class="hidden_contain"&gt; &lt;span class="please_note"&gt;&lt;strong&gt;Please Note&lt;/strong&gt;&lt;br /&gt; &lt;/span&gt; &lt;/div&gt; &lt;hr /&gt; &lt;label for="N"&gt;Non Employee(s)?&lt;/label&gt; &lt;input id="NYes" name="N" type="radio" value="Yes" onclick="ToggleN()" /&gt;Yes&lt;br /&gt; &lt;input id="NNo" name="N" type="radio" value="No" onclick="ToggleN()" /&gt;No &lt;div id="nAcknowledgeContainer" class="hidden_contain"&gt; &lt;input type="checkbox" id="nCheckbox" /&gt; &lt;span class="checkbox_label"&gt; I agree &lt;/span&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="step" id="siteSharing"&gt; &lt;span class="font_normal_07em_black step_title"&gt;Site Sharing&lt;/span&gt; &lt;div class="side_by_side_container"&gt; &lt;div class="left_container"&gt; &lt;input id="SharingRestrictionN2S" name="SharingRestriction" type="radio" value="N2S" /&gt; &lt;span class="generic_label"&gt;Public&lt;/span&gt;&lt;br /&gt; &lt;/div&gt; &lt;div class="right_container"&gt; &lt;input id="SharingRestrictionN2K" name="SharingRestriction" type="radio" value="N2K" /&gt; &lt;span class="generic_label"&gt;Private&lt;/span&gt;&lt;br /&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="step" id="agreement"&gt; &lt;span class="font_normal_07em_black step_title"&gt;Agreements&lt;/span&gt; &lt;div&gt; &lt;br /&gt; &lt;div&gt;Business Agreement&lt;/div&gt; &lt;iframe id="bFrame" class="generic_iframe" src="&lt;%= ConfigurationManager.AppSettings["businessUrl"] %&gt;"&gt;&lt;/iframe&gt; &lt;br /&gt;&lt;br /&gt; &lt;hr /&gt; &lt;br /&gt; &lt;div&gt;Service Agreement&lt;/div&gt; &lt;iframe id="sFrame" class="generic_iframe" src="&lt;%= ConfigurationManager.AppSettings["sericeUrl"] %&gt;"&gt;&lt;/iframe&gt; &lt;br /&gt;&lt;br /&gt; &lt;hr /&gt; &lt;br /&gt; I agree &lt;/div&gt; &lt;br /&gt; &lt;input id="sbAggrement" class="required" type="checkbox" /&gt; &lt;span class="checkbox_label"&gt; i agree &lt;/span&gt; &lt;/div&gt; &lt;div id="final" class="step submit_step"&gt; &lt;span class="font_normal_07em_black step_title"&gt;Confirmation&lt;/span&gt; &lt;input type="text" name="temp1" /&gt; &lt;/div&gt; &lt;/div&gt; &lt;br /&gt; &lt;hr class="form_divider" /&gt; &lt;div id="wizardNavigation"&gt; &lt;input class="navigation_button" value="Back" type="reset" /&gt; &lt;input class="navigation_button" value="Next" type="submit" /&gt; &lt;/div&gt; &lt;/form&gt; </code></pre> <p>seems like it submits on the prior step and doesn't even hit this step. i thought you had to include the class step and submit_step because when i remove "step" it doesn't add this as another wizard step. if displays it on the bottom of every step.</p> <p>also on the final submit, has anyone done anything where they call ajax to perform the submit so that if an error occurs the user doesn't leave the page and still has all their data to attempt again?</p> <p>i am using c#, mvc2 and testing with Firefox browser</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload