verbb / formie

The most user-friendly forms plugin for Craft CMS.
Other
93 stars 69 forks source link

'Submission UID' not shown in preview #1833

Closed WilliamDEdwards closed 2 months ago

WilliamDEdwards commented 2 months ago

Describe the bug

When the 'Submission UID' variable is used in a notification's 'Email Content', it is not shown under the 'Preview' tab.

I would expect it to be faked.

Steps to reproduce

  1. Create email notification with email content containing 'Submission UID'
  2. Look under 'Preview' tab

Form settings

Not relevant in this case, because we're only checking the preview.

Craft CMS version

4.8.9

Plugin version

2.1.11

Multi-site?

No

Additional context

No response

WilliamDEdwards commented 2 months ago

I now see this is the case with more variables, such as 'User IP Address' and 'User ID'.

engram-design commented 2 months ago

Fixed for the next release. To get this early, run composer require verbb/formie:"dev-craft-4 as 2.1.11".

engram-design commented 2 months ago

Fixed in 2.1.12

WilliamDEdwards commented 2 months ago

@engram-design Thank you for the extremely fast fix.