m266
Forum Replies Created
-
With pleasure. The translation german default and formal is ready. 10 hours of work …
Yes, I like the plugin and rated it.
Hello,
I don’t know, but the translation works now.Hi Ignazio,
thanks for the explanation. I now understand the problem with the labels.
To make the PHp code universal, I will build it into a plugin and hope it works. I’ll report back later.
Thank you for the brilliant code!Greetings Hans
Hi Ignazio,
that was my fault. Sorry!
I put the php code in a snippet plugin and now it works
Thanks! Thanks! Thanks!
How can I query the value of the variable $label, so that I don’t have to insert the value into the script?Thanks for your help.
Hi Ignazio,
I think, this snippet is right:
function remove_my_action() {
remove_action( ‘happyforms_uninstall’, ‘happyforms_uninstall_cleanup’ );
}
See here…But it don’t works:
When I deactivate and activate plugin “HappyForms”, I found my forms again.
When I delete plugin “HappyForms” and new install, my forms are delete.I think, it is to difficult and I give up.
Thanks for your help.Thank you Alexandre. The second link is the right one.
Hi Ignazio,
sorry, don’t work. See this file:
https://filehost.m266.de/Problem-with-confirm-email.pdfIf you want, you can test and send a message here:
https://web266.de/kontakt/Look to the confirm email.
Greetings Hans
Hi Ignazio,
here can you see my problem: https://filehost.m266.de/GDPR-compliance.pdf
I would like to hide the last block in picture 3. The picture shows the reply mail when a user sends the form.
I am grateful for a little PHP code.Addendum:
Backup forms…
Restore forms…
My Tutorial in german; you can translate self with google.Hi Scott,
I use the free version. My own forms are saved in the database in wp_posts and deleted again when you uninstall this plugin. Perhaps a clear indication is good to save the own forms before deleting the plugin, if necessary.
Testet in a new wordpress installation without other plugins in my local system.OK. Check your mailbox.
Hello Ignazio and Torsten,
this is my simple solution:// Allow HTML-Code for HappyForms at multi selection fields // Is Plugin HappyForms activ? if (!function_exists('is_plugin_active')) { require_once ABSPATH . '/wp-admin/includes/plugin.php'; } if (is_plugin_active('happyforms/happyforms.php')) { // Change Strings in frontend-checkbox.php $path_to_file = ABSPATH . 'wp-content/plugins/happyforms/core/templates/parts/frontend-checkbox.php'; $file_contents = file_get_contents($path_to_file); $file_contents = str_replace("<?php echo esc_attr( \$option['label'] ); ?>","<?php echo html_entity_decode( \$option['label'] ); ?>",$file_contents); file_put_contents($path_to_file,$file_contents); add_filter( 'happyforms_part_frontend_template_path_checkbox', function( $template ) { $template = ABSPATH . 'wp-content/plugins/happyforms/core/templates/parts/frontend-checkbox.php'; return $template; } ); }Built into functions.php or a snippet plugin.
A plugin for this will come later.
What do you think?Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Javascript error dashboardHi Aert,
I haven’t found the cause yet and keep looking. I’ll get in touch when it’s OK.
Greetings Hans