Hey @ildomandatore- Thanks for sharing the screenshot, looking at the screenshot it does seems that the word Write is coming from the field label. At this moment, you may consider renaming the word or including some additional words to give context to avoid any user confusion. I apologize, we currently don’t have the option to exclude field label when you’re using the {all_fields} smart tag.
However, as a workaround, you can use an individual field ID along with some custom HTML in the notification which will allow you to exclude the Write text from the notifications. Here’s the step you can follow:
Go to WPForms > All Forms, and click on the form which you would like to edit.
Under Settings > Notifications > Email Message, remove {all_fields} smart tag, and add custom HTML in following format:
<strong></strong>: {field_id="0"}
<strong>Hello</strong>: {field_id="10"}
Here, you’ll need to replace 0 and 10 with the field ids of the field. In the above code, you would notice between there’s no text. That’s the format you can use to hide the Write text.
You’ll need to add the HTML for all the fields in the form.
Kindly,