[Plugin: Contact Form 7] Predifinied field-values
-
Hi !
Is it possible to add a new filter for the next Contact-Form Release. ?
The setup a default value from code for a specific field i added the line
$value = apply_filters('wpcf7_apply_fieldvalue_' . $name, $value);
to text.php at line 76.With
add_filter('wpcf7_apply_fieldvalue_fieldname', 'my_function')
now i could define a function for each field to add a default value.Regards
Ralf
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: Contact Form 7] Predifinied field-values’ is closed to new replies.