Potential bug after last update: "Span" getting added to contatc form details

If you use the UIkit3 form and don’t include a custom template, the word “span” get’s added to each line of the form details. So, name, email, message, etc.

Fix is to use a custom template, like the one below…

<b>Name:</b> {{name}}<br><b>Email:</b>{{email}}<br><b>Subject:</b>{{subject}}<br><br><b>Message:</b><br>{{message}}

@Lucas

I cannot reproduce this one, just tested in a new Form and the source seems fine. Also the Form stack was not modified in the last revision.

Odd. Had it on two on mine. Will dig a bit deeper. Thanks.

1 Like