Fatal error: Call to undefined function webform_replace_tokens()

Created on 18 July 2016, almost 8 years ago
Updated 29 January 2024, 5 months 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.69.0 2024