App Setup
Read moreWhat is submitting in redux form?
There are two ways to give redux-form a function to run when your form is submitted: Pass it as an onSubmit prop to your decorated component . In which case, you would use onSubmit={this. props. handleSubmit} inside your decorated component to cause it to fire when the submit button is clicked.
Read more