failure
-
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.”
-
Hi,
This is probably because you have not selected a download file. Please let me know if it still doesn’t work.
thx a lot – now it works
ist it possible that i can send the same file again to the same email adress
may be only the name of subsriber – so that the form is in that way
name
email
checkboxregards
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 6 years, 11 months ago by
jhaustein.
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.
price of other version?
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
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.
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.
hi – delete the plugin – and installed again – same prob – no nonce value in the link
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.
Can i send you an pn so Can Look
-
This reply was modified 6 years, 11 months ago by
The topic ‘failure’ is closed to new replies.