Email only partial form data to user.

How to email only partial form data to the user.

Overview

The problem is that the email action sends all form fields, including hidden ones.
Wait for the next update, which will include a new field behavior to omit specific fields from the email auto results.

Answered
ChronoForms v7
am amitycol 05 Aug, 2025

I need to email only partial form data to the user upon form submission. Currently, {email_content} sends all form fields, including hidden fields.

Post a Reply