- Issue created by @davemaxg
- 🇵🇱Poland piotrsmykaj
hello @davemaxg,
I wasn’t able to reproduce the issue. Here’s what I did:
- Installed Drupal core 10.4.6 along with Webform 6.2.9.
- Created a sample webform with a few fields: Checkbox, Radio, Text field
- Installed webform_encrypt 2.0.0-alpha1 and real_aes 2.6.0.
- Added a Key (Encryption, 256 bits, File-based) and created an Encryption profile using the AES encryption method.
- Applied encryption to the webform fields without issues when saving.
- Verified that the webform is displayed correctly with the fields mentioned above.
When exporting the configuration, the webform_encrypt module adds its data under the third_party_settings section, not inside the existing element section:
third_party_settings: webform_encrypt: element: field_1: encrypt: true encrypt_profile: test_encryption_profile field_2: encrypt: true encrypt_profile: test_encryption_profile field_3: encrypt: true encrypt_profile: test_encryption_profile
I am closing the issue, but feel free to reopen it and provide steps to reproduce the issue.