• Hi,
    I am just trying to understand how the TDO mini form code works. Is there anywhere a few lines that do that? Eventually I want to modify the values in the form (are those the post_args or get_post_data?) and already see the changes in the preview. I looked at the preview form hacker and thought I’d try to add the following in the Append to content widget:

    <?php
    $post_args['content-title-tf']="TRY";
    ?>

    But nothing happens. Is it only executed after the submit and NOT preview button is pressed? If yes, why? Any help would be greatly appreciated!

    http://wordpress.org/extend/plugins/tdo-mini-forms/

The topic ‘[Plugin: TDO Mini Forms] Modifying preview’ is closed to new replies.