Question: I am trying to use framework 7 to create a mobile phone application. In the application I have a form that I would like the
I am trying to use framework 7 to create a mobile phone application. In the application I have a form that I would like the user to submit multiple times however the submit button seems to stop working after the first time. Any suggestions?
$$('.convert-form-to-data').on('click', function() { mainView.router.navigate('/memories/'); var formData = app.form.convertToData('#my-form'); cards.push(app.form.convertToData('#my-form')); });
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
