Profiles

  • Member Since: July 18th, 2020
  • Find me on:
  • Created a topic, PHP 8.x warnings on REST API submissions — missing $_POST keys in cf7cf.php, on the site WordPress.org Forums:
    Hi, I wanted to flag a compatibility issue between …

  • Created a topic, Cloudflare IP geolocation, on the site WordPress.org Forums:
    I’ve been using this plugin for a few years and it has…

  • Posted a reply to Contact Form 7 Stripe Amount, on the site WordPress.org Forums:
    Suggest using Stripes checkout sessions method with Contact Form 7. The form submission is saved…

  • Posted a reply to How to generate unique reference no for hidden field in form?, on the site WordPress.org Forums:
    This also works. add_filter('wpcf7_form_hidden_fields', function($my_hidden_fields) {$my_hidden_fields['hidden_id'] = strtoupper(uniqid());return $my_hidden_fields;});

  • Posted a reply to Works with Conditional Fields for Contact Form 7?, on the site WordPress.org Forums:
    Great, thanks for looking into this, appreciate your efforts and look forward to the changes…

  • Posted a reply to Works with Conditional Fields for Contact Form 7?, on the site WordPress.org Forums:
    Thanks for responding! Much appreciated. Your clarification helps. To confirm, the Conditional Fields plugin controls…

  • Created a topic, Works with Conditional Fields for Contact Form 7?, on the site WordPress.org Forums:
    Hi. Does this plugin work if Conditional Fields for Co…

  • Posted a reply to Automatically format a postal code to the Canadian format, on the site WordPress.org Forums:
    Example. if (preg_match('/^[A-Z]\d[A-Z]\s\d[A-Z]\d$/', $postalCode)) { // Valid postal code } else { // Invalid postal…

  • Created a topic, Contact Form 7 5.4, on the site WordPress.org Forums:
    The plugin doesn't seem compatible any longer with the…

  • Created a topic, Conditional logic to show/hide Google ReCaptcha, on the site WordPress.org Forums:
    The conditional logic does not seem to support the abi…

  • Created a topic, Issue when using Google Captcha, on the site WordPress.org Forums:
    The plugin works fine expect that if used along with t…

  • Posted a reply to Upload Area Not Showing in form, on the site WordPress.org Forums:
    I have somewhat of a similar issue, the uploader works fine on any desktop browser…

  • Created a topic, ACF form – Getting default values from default value from HTTP GET variables, on the site WordPress.org Forums:
    Hello, I am trying out the free version of ACF before …

  • Created a topic, The uploaded file exceeds the maximum upload size of your server, on the site WordPress.org Forums:
    Hello I had the same issue as described here https://…

  • Created a topic, Advanced Custom Fields, on the site WordPress.org Forums:
    Hello Is it possible to use the plugin Advanced Custo…

  • Posted a reply to loading javascript and stylesheet only when it is necessary/, on the site WordPress.org Forums:
    Thanks, this helpful and good to know. Is the requirement to name the Group and…

  • Posted a reply to loading javascript and stylesheet only when it is necessary/, on the site WordPress.org Forums:
    Hi there I have noticed an issue/conflict with another plugin when testing things out (https://wordpress.org/plugins/cf7-conditional-fields/)…

  • Posted a reply to loading javascript and stylesheet only when it is necessary/, on the site WordPress.org Forums:
    Hello @glenwpcoder Appreciate your prompt response. Thanks! I tried the code you provided and it…

  • Created a topic, loading javascript and stylesheet only when it is necessary/, on the site WordPress.org Forums:
    The CSS and JS loads for all Contact Form 7 forms, wha…

  • Posted a reply to Override the forms notification behaviour, on the site WordPress.org Forums:
    Hi there I have tested the form under various scenarios and continue to be see…

  • Posted a reply to Override the forms notification behaviour, on the site WordPress.org Forums:
    Created a staging site and followed these recommendations. Using the default 2020 theme, Contact Form…

  • Posted a reply to Override the forms notification behaviour, on the site WordPress.org Forums:
    Please see below. Thanks PLUGINS ------- Autoptimize Version 2.7.3 by Frank Goossens (futtta) Contact Form…

  • Posted a reply to Pass Value to Another Form with URL Encoding, on the site WordPress.org Forums:
    FOLLOW UP --------- Have a follow up question after trying out the suggestions at https://contactform7.com/2019/12/08/customizing-mail-tag-replacement/…

  • Posted a reply to Override the forms notification behaviour, on the site WordPress.org Forums:
    The website with the form in question is at https://gcmsnotes.com/order-details/ Thanks for looking it over

  • Created a topic, Override the forms notification behaviour, on the site WordPress.org Forums:
    Hello When using Contact Form 7 I am receiving the em…

  • Posted a reply to Pass Value to Another Form with URL Encoding, on the site WordPress.org Forums:
    Thank you so much for such a quick response, much appreciated. I will follow those…

  • Created a topic, Pass Value to Another Form with URL Encoding, on the site WordPress.org Forums:
    Hello There is a need to create a clickable link in a…