StarlinC
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...
I have the same issue. :(
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...