• Resolved jhaustein

    (@jhaustein)


    hi – installed the plugin like installation gude – but if i want to test it – i get the message “Please make sure all fields are filled in correctly.”

Viewing 15 replies - 1 through 15 (of 23 total)
  • Plugin Author mkscripts

    (@mkscripts)

    Hi,

    This is probably because you have not selected a download file. Please let me know if it still doesn’t work.

    Thread Starter jhaustein

    (@jhaustein)

    thx a lot – now it works

    ist it possible that i can send the same file again to the same email adress

    • This reply was modified 5 years, 5 months ago by jhaustein.
    • This reply was modified 5 years, 5 months ago by jhaustein.
    • This reply was modified 5 years, 5 months ago by jhaustein.
    • This reply was modified 5 years, 5 months ago by jhaustein.
    Thread Starter jhaustein

    (@jhaustein)

    what i#ve to do so that i also get name and adress from client

    regards
    joerg

    • This reply was modified 5 years, 5 months ago by jhaustein.
    • This reply was modified 5 years, 5 months ago by jhaustein.
    Thread Starter jhaustein

    (@jhaustein)

    may be only the name of subsriber – so that the form is in that way

    name
    email
    checkbox

    regards

    i added in the wp_dae_subscribermeta the field “nachname”

    in the shortcodes
    $wpdb->insert(
    $table_subscribermeta,
    array(
    ‘subscriber_id’ => $subscriber_id,
    ‘meta_key’ => $label,
    ‘meta_value’ => $value,
    ‘nachname’ => $valuenach
    ),
    array( ‘%d’, ‘%s’, $value_format, $value_format )

    but i don′t know in the post-types – what i have todo there to extend the form

    • This reply was modified 5 years, 5 months ago by jhaustein.
    Plugin Author mkscripts

    (@mkscripts)

    You’re welcome. A visitor can receive a download link once per file. The free version of this plugin does not support multiple fields, only email.

    Thread Starter jhaustein

    (@jhaustein)

    price of other version?

    Thread Starter jhaustein

    (@jhaustein)

    now i have the prob the the file which i want to downlaod (pdf) – can not be open – i get the page with the form

    Plugin Author mkscripts

    (@mkscripts)

    We are still working on the add-on and we have not yet set a price. Could you provide a little more information about the problem? Do you get the email with the download link? If you click on it, a download window will open and you can save the file to the desired location on your computer.

    Thread Starter jhaustein

    (@jhaustein)

    Plugin Author mkscripts

    (@mkscripts)

    Your url has no nonce value, that is why the download does not start. Make sure you use the full url as it appears in the email. You may have modified the code, then try to remove the plugin and reinstall it.

    Thread Starter jhaustein

    (@jhaustein)

    hi – delete the plugin – and installed again – same prob – no nonce value in the link

    Thread Starter jhaustein

    (@jhaustein)

    i installed the new version

    i delete the
    wp_dae_links –
    wp_dae_subscribermeta –
    wp_dae_subscribers

    too before installation

    • This reply was modified 5 years, 4 months ago by jhaustein.
    • This reply was modified 5 years, 4 months ago by jhaustein.
    Thread Starter jhaustein

    (@jhaustein)

    i installed the new version

    i delete the
    wp_dae_links –
    wp_dae_subscribermeta –
    wp_dae_subscribers

    too before installation

    no nonce

    • This reply was modified 5 years, 4 months ago by jhaustein.
    • This reply was modified 5 years, 4 months ago by jhaustein.
    Plugin Author mkscripts

    (@mkscripts)

    I cannot reproduce this, everything works fine.

    You can check whether the following function works or gives an error on your site:

    add_action( ‘init’, ‘dae_test’ );
    function dae_test() {

    var_dump( mckp_create_nonce( ‘your-file.ext’, ‘[email protected]’ ) );

    }

    This function should output a nonce value and save it into the wp_options table.

    Thread Starter jhaustein

    (@jhaustein)

    Can i send you an pn so Can Look

Viewing 15 replies - 1 through 15 (of 23 total)
  • The topic ‘failure’ is closed to new replies.