Placeholder and CF7_POST key=’…’ Hack
-
Hi, to enable placeholder and dynamic values (eg. [dynamictext your-subject placeholder “Subject” “CF7_POST key=’subject'”]) just hack the plugin
file: contact-form-7-dynamic-text-extension.php
on line 83:
before…
$value = ”;
after..
$value = (string) next( $tag->values );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Placeholder and CF7_POST key=’…’ Hack’ is closed to new replies.