How to access fuelux wizard form data?
问题 I am using fuelux wizard with a form. I am submitting the form using javascript through finished.fu.wizard event. Is there any other/better way to submit the form? When I am trying to access the data in controller, I am getting nothing. View Part <div id="wizard1" class="wizard wizard-ux"> <ul class="steps"> <li class="active"> Step 1</li> </ul> <div class="step-content"> <form action="/controller_function" class="form-horizontal" id="form1"> <input type="text" id="input1" name="input1"> <