Is it possible to send by email a disabled textfield?

Send a disabled textfield value in a ChronoForms email.

Overview

The field was disabled using CSS, preventing its value from being submitted.
Set the field to 'readonly' using the 'extra attributes' setting instead of disabling it.

Answered
By ByBus 11 Dec, 2017
I have a disabled textfield (Price) which can not be edited. This field is disabled and made visible through css. The price is calculated depending on the options selected. How can I send it's value with email?
By ByBus 11 Dec, 2017
Now the mail comes just with a label (Price) and an empty value.
By ByBus 11 Dec, 2017
Answer
Solved with 'readonly' in extra atributes of a textfield. Great component - everything is customizable
This topic is locked and no more replies can be posted.