Fatal error: Call to undefined function webform_replace_tokens()

Created on 18 July 2016, over 8 years ago
Updated 29 January 2024, about 1 year ago
$default_value = array ($filter ? webform_replace_tokens($component['extra']['default_value']) : $component['extra']['default_value']);

This line give an error because the last webform module version do not have the webform_replace_tokens() function.

I fixed this simply sostituting this line with this

$default_value = array ($component['extra']['default_value']);

🐛 Bug report
Status

Active

Version

1.9

Component

Code

Created by

🇮🇹Italy Shyghar

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024