massdoo11
Forum Replies Created
-
Hello,
It’s strange,
Chrome : Version 98.0.4758.82
Here is the screen : https://ibb.co/PQHtH95Do you have an email address so that I can send you privately the address of my site with the form ?
Thank you in advance
Any news ?
Thanks π
Thank you for your help,
Here are the requested information
https://www.dropbox.com/sh/nj7f9j30sho9h2r/AADB-QCJUI3M9MT1iGk0gyTna?dl=0
Kind Regards,
Pawel’s code.
I put the code in a .php file in the /wp-content/mu-plugins folder.
It appears well in my list of extensions, I also cleared my cache.
Do you have an email address so that I can send you the address of our form and more sensitive data?
thank you
Thannks, The code doesn’t seem to work, it doesn’t disable autocompletion…
UPDATE :
In the Chroome console, I changed “off” to “new-password” and it works. (screen https://ibb.co/87pHjhf)
So I modified the code :
<?php add_filter( 'forminator_render_form_markup', function( $html, $fields ) { return str_replace( array( '<input', '<form' ), array( '<input autocomplete="new-password"', '<form autocomplete="new-password"' ), $html ); }, 10, 2 );Off by new-password, but the field still remains in “auto-complete:off”
Thanks
I would like the auto-complete to be disabled mainly on an address field:
<input autocomplete=”off” type=”text” name=”address-1-city” placeholder=”Par exemple : Paris, Lyon, Lille” id=”forminator-field-cityaddress-1″ class=”forminator-input pac-target-input” data-required=”1″ aria-required=”true” value=”” aria-invalid=”true”>
However the auto-complete is well off
Thank you for your message,
I just added the code in the folder
But it doesn’t work :/Image of code : https://ibb.co/BGCNJ31
Thanks
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Order date + 1 yearHello
Thanks a lot, it works perfectly!
Have a nice day
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Order date + 1 yearI am testing
- This reply was modified 5 years, 1 month ago by massdoo11.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Order date + 1 yearHello,
Image of my theme-functions.php : https://imgur.com/YsWJeeE
I just inserted your code in the theme-functions of my email.
But the date is not displayed⦠https://imgur.com/y276Vjn
Thanks You
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Order date + 1 yearImage of my theme-functions.php : https://pasteboard.co/JYme9OV.png
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Order date + 1 yearthank you very much for your answer
I just inserted your code in the theme-functions of my email.
But the date is not displayed…
View image : https://pasteboard.co/JYmdpFT.png
Thanks
Forum: Plugins
In reply to: [WooCommerce Blocks] Strange arrangementIt’s perfect!
A huge thank you!