Title: Submit on step
Last modified: October 27, 2025

---

# Submit on step

 *  Resolved [Alexander](https://wordpress.org/support/users/donatory/)
 * (@donatory)
 * [7 months, 2 weeks ago](https://wordpress.org/support/topic/submit-on-step/)
 * Hello. I have the 4 step form with calculated fields. On the 4th step shows the
   calculations result.
 * I need to send email (submit) on the 3rd step, however it doesn’t work even if
   I insert native cf7 submit tag. It’s just redirects to the next (4) step and 
   doesn’t send email.
 * However if I insert `[submit "Send"]` to the 4th step and press it, the form 
   sends ok.
 * Here is my 3rd step code:
 *     ```wp-block-code
       <div class="container">	<div class="row">		<div class="col-md-6">			<div class="contacts__title">Downloads & Revenue</div>			<div class="contacts__subtitle">These are the key metrics buyers care about most</div>		</div>				<div class="col-md-6">			<div class="forma">				[number* number-1 class:form-control placeholder "Proceeds (last 30 days), $"]				[number* number-2 class:form-control placeholder "Downloads (last 30 days), $"]				[number* number-3 class:form-control placeholder "Marketing costs (last 30 days), $"]<div class="cf7mls-btns"><button type="button" class="wpcf7-form-control wpcf7-submit cf7mls_next cf7mls_btn action-button valid" name="cf7mls_next" id="cf7mls-next-btn-cf7mls_step-3" aria-invalid="false">Calculate now<img src="/wp-content/plugins/cf7-multi-step/assets/frontend/img/loader.svg" alt="" data-lazy-src="/wp-content/plugins/cf7-multi-step/assets/frontend/img/loader.svg" style="display: none;"></button></div>			</div>		</div>	</div></div>
       ```
   
 * As you can see, I tried to use `wpcf7-form-control wpcf7-submit` classes to give
   the submit functionality to the `button` tag.
 * How to send the email on the step 3 pressing calculate or autosubmit on the step
   4 without press the submit button?

Viewing 1 replies (of 1 total)

 *  Plugin Support [alina98](https://wordpress.org/support/users/alina98/)
 * (@alina98)
 * [7 months, 2 weeks ago](https://wordpress.org/support/topic/submit-on-step/#post-18696831)
 * Hi [@donatory](https://wordpress.org/support/users/donatory/) ,
 * Thanks for coming.
 * Thats correct, you cannot send a message when the field has not been completed.
 * If you want to get the data before submission, you can try using the CF7 Database
   plugin:
   [https://wordpress.org/plugins/cf7-database](https://wordpress.org/plugins/cf7-database)
 * Hope that clarifies.
 * Regards.

Viewing 1 replies (of 1 total)

The topic ‘Submit on step’ is closed to new replies.

 * ![](https://ps.w.org/cf7-multi-step/assets/icon-256x256.png?rev=2775701)
 * [Multi Step for Contact Form 7](https://wordpress.org/plugins/cf7-multi-step/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cf7-multi-step/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cf7-multi-step/)
 * [Active Topics](https://wordpress.org/support/plugin/cf7-multi-step/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cf7-multi-step/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cf7-multi-step/reviews/)

## Tags

 * [submit](https://wordpress.org/support/topic-tag/submit/)

 * 1 reply
 * 2 participants
 * Last reply from: [alina98](https://wordpress.org/support/users/alina98/)
 * Last activity: [7 months, 2 weeks ago](https://wordpress.org/support/topic/submit-on-step/#post-18696831)
 * Status: resolved