AW
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Custom tag broke with new updateHi!
What form-tag do you have in the body of the form,[qty], right?Forum: Plugins
In reply to: [Contact Form 7] Hidden fields not available in mailHi!
Have you tried the following (without text)?[hidden lo-name default:get]Forum: Plugins
In reply to: [Contact Form 7] [tel] maxlength and minlength feature removed?Hi!
Try as in the documentation:https://contactform7.com/tag-syntax/#form_tag
Last values (in quotation marks), options after name but before values (without quotation marks, but with support for key:value format – colon as a separator).
Forum: Plugins
In reply to: [Contact Form 7] Show QR code on e-mailHi!
Maybe this will help: https://rsvpproplugin.com/sending-inline-images-via-wordpress-wp_mail/Forum: Plugins
In reply to: [Send PDF for Contact Form 7] No check if CF7 is available/enabledHowever, this is a support question 😉</img>.
The above warning is from the administrator’s side. The website is worse, with the CF7 plugin disabled, an error occurs:
PHP Fatal error: Uncaught Error: Class 'WPCF7_ContactForm' not found in /.../wp-content/plugins/send-pdf-for-contact-form-7/classes/send-pdf.php: 1906 Stack trace: #0 /.../wp-includes/class-wp-hook.php(308): cf7_sendpdf->wpcf7_add_footer('') #1 /.../wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array) #2 /.../wp-includes/plugin.php(517): WP_Hook->do_action(Array) #3 /.../wp-includes/general-template.php(3059): do_action('wp_footer') #4 /.../wp-content/themes/twentynineteen/footer.php(54): wp_footer() #5 /.../wp-includes/template.php(783): require_once('/...') #6 in /.../wp-content/plugins/send-pdf-for-contact-form-7/classes/send-pdf.php on line 1906Technical details:
- PHP: 7.4.15
- WordPress: 6.1.1
- Contact Form 7: 5.7.3
- Send PDF for Contact Form 7: 0.9.9.2
Forum: Plugins
In reply to: [Contact Form 7] The use of square bracketsThank you for the suggested solution. This is close to what I was trying to achieve, and that’s probably how I’ll do it.
However, I was looking for a way to avoid spaces after the opening parenthesis and before the closing parenthesis.Forum: Plugins
In reply to: [Contact Form 7] The use of square bracketsSo it remains not to try to put form-tag/mail-tag between square brackets.