Newer
Older
ubFramework / Portal / docroot / user / views / wizard / step_three.html
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 424 bytes Cleaning Up Making It A Sub Module
<fieldset>
    <h2>Terms and Conditions</h2>
    <input id="acceptTerms" name="acceptTerms" type="checkbox" ng-model="formData.terms" class="required"> <label for="acceptTerms">I agree with the Terms and Conditions.</label>
</fieldset>
<fieldset class="m-t-md">
    <a ui-sref="forms.wizard.step_two" class="btn btn-default">Previous</a>
    <button type="submit" class="btn btn-primary">Submit</button>
</fieldset>