StarlinC

Results 3 comments of StarlinC

Something that worked for me to for now fix this was to change what the env_file variable received, looks like the format they used to represent the paths is not...

Need config. the wizard to send the form. That send the form when click the button Finish ``` $(document).ready(function() { $('#wizard').smartWizard({ onFinish:onFinishCallback }); $('.buttonNext').addClass('btn btn-success'); $('.buttonPrevious').addClass('btn btn-primary'); $('.buttonFinish').addClass('btn btn-default'); function...