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.
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?
Now the mail comes just with a label (Price) and an empty value.
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.