• SharmPRO

    (@sharmpro)


    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)
  • you could set this in your PHP template…

    $_POST["subject"] = $some_value

    I’ll leave you to decide if that is safe or not ??

Viewing 1 replies (of 1 total)
  • The topic ‘Placeholder and CF7_POST key=’…’ Hack’ is closed to new replies.