Hello Support Team,
I am experiencing an issue on my WordPress site
Get Error
Notice Function _load_textdomain_just_in_time was called incorrectly Translation loading for the ultimate-addons-cf7 domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u246776539/domains/shreepadgroup.com/public_html/wp-includes/functions.php on line 6114
?I am unable to login to my website to update
Is there a clear_on_hide option – a way to clear/reset fields when they are hidden?
]]>Hello! I’ve been using Ultimate Contact Form Addons for a while now and I love its functionality. It’s great to build versatile, functional and easy to manage forms. Thank you for your hard work!
However after the last update of CF7 i keep getting fatal error on each blog entry containing form that uses any addon fonctionality. This is a fragment of error log:
PHP Fatal error: Uncaught TypeError: call_user_func_array(): Argument #1 ($callback) must be a valid callback, function "here is CSS code enclosed with style tags
" not found or invalid function name in /home/user/domains/domain.org/public_html/wp-includes/class-wp-hook.php:324
It seems that new CF7 breaks if tag <style> is used in wp_add_inline_style()
If I turn the Addon off, everything is back to normal. I’d appreciate a lot if you could look at this.
]]>I found no “clear in Hude” function for the conditionals, what may cause a lot of trouble.
Did I oversee it or does it really not exist?
best,
]]>Does this line need changing?
/wp-content/plugins/ultimate-addons-for-contact-form-7/addons/redirection/redirect.php
around line 236
There is no existence check for “open_in_new_tab” before referencing it.
Currently the following error can be caused:
“PHP message: PHP Warning: Undefined array key “open_in_new_tab”?
When I upgraded to CF7 6.0 this error message started to appear. I verified it goes away when I deactivate this plugin:
Deprecated: WPCF7_TagGenerator::add(): Use of tag generator instances older than version 2 is deprecated. Version 1 instance (Conditional Wraper) detected. in?…/wp-includes/functions.php?on line?6085
Deprecated: WPCF7_TagGenerator::add(): Use of tag generator instances older than version 2 is deprecated. Version 1 instance (Star Rating) detected. in?…/wp-includes/functions.php?on line?6085
]]>First thank you love the addons!
Just wanned to let you know for the signature field the clear button is not working:sign-lib.min.js?ver=UACF7_VERSION:5 Uncaught TypeError: Cannot read properties of undefined (reading 'getContext')
at new i (sign-lib.min.js?ver=UACF7_VERSION:5:3337)
at HTMLButtonElement. (signature.js?ver=UACF7_VERSION:84:44)
at HTMLButtonElement.dispatch (jquery.min.js?ver=3.7.1:2:40035)
at v.handle (jquery.min.js?ver=3.7.1:2:38006)
Kind regards
Hi – I just noticed you have a database addon. Can you export by date or by form and date?
or do you have to export everything?
Thanks!
]]>Hi, If I activate ‘Add-on Contact Form 7 – Mailpoet 3’ plugin, the Ultimate addons form styler underneath a contact form 7 form disappeares. Any chance these plugins will be compatible in future? Thanks.
]]>Hi,
I would like that the editor user shows the Database addon page.
Is it possibile? How can I do?
thank you
]]>Hello, thanks for great plugin. We use pdf generator and we set top padding for pdf content. When content is in one page everything works well but with longer text in page 2 CSS don’t work and content is over header section. Do you have some idea how to edit CSS for pdf content section in page 2 and so on?
Thanks.
]]>Hi,
Whenever I create a new conditional logic, it throws out another conditional logic. I have already checked everything to see if I have a logical error somewhere, but this is not the case. The tool is therefore not usable, unfortunately.
Greetings
]]>I have a pre-sale question: is it possible to combine the conditional field with the email to pdf feature? I need to build a complex module for the users to fill up, and then get the pdf in my email with the fields/checkboxes resume. Also, does the conditional field include date/hour options?
]]>The “Previous” button doesn’t work in multi-step forms (free version). Click and nothing happens. “Next” button works fine. All software are the latest versions.
]]>My question related to the spam blocker tool. Using ��Loco Translate��, I have made sure all 279 phrases of this plugin are translated into German. Unfortunately, the three phrases visitors see directly on the page are not part of the translation file and continue to appear in English on my page. These are the phrases ��Enter CAPTCHA answer�� (appears in the field where the answer should be filled in), ��CAPTCHA validated successfully!�� and ��CAPTCHA validation failed. Please try again.�� (appearing as result messages)
Please let me know how I can make sure these phrases will be translated into German.
PS: I noted there is a lot of other phrases in this plugin esp in the admin panel that are not part of the translation files and thus, cannot be translated. Could you improve this, please?
]]>I want the contact us form to be part of the footer. I managed to do it for the desktop version but for the mobile version, the label will be on top of the input box. Is there a way to do a shortcode switch where if it is mobile use the contact form from above
Code for the footer contact form
[uacf7-row ][uacf7-col col:2]
<label id="name">Name</label>
<label id="phone">Phone</label>
<label id="email">Email</label>
<label id="division">Division</label>
<label id="message">Message</label>
[/uacf7-col]
[uacf7-col col:6]
[text* text-961]
[tel* tel-323]
[email* your-email autocomplete:email]
[text* text-692]
[textarea* textarea-290]
[submit "Submit"]
[/uacf7-col][/uacf7-row]
.wpcf7 input[type=submit] {
font-size: 16px;
font-weight: bold;
border: 0 none;
cursor: pointer;
width: 70%;
-webkit-border-radius: 5px;
border-radius: 5px;
text-align: center;
}
br {
display: block; /* makes it have a width */
content: ""; /* clears default height */
margin-top: 0; /* change this to whatever height you want it */
}
Code for the contact form that is not in the footer
[uacf7-row][uacf7-col col:12]
<label> Name[text* your-name autocomplete:name] </label>
<label> Phone [tel* tel-988] </label>
<label> Email[email* email-414] </label>
<label> Division [text text-242]</label>
<label> Message [textarea* textarea-467] </label>
[submit "Submit"]
[/uacf7-col][/uacf7-row]
.wpcf7 input[type=submit] {
font-size: 16px;
font-weight: bold;
border: 0 none;
cursor: pointer;
width: 70%;
-webkit-border-radius: 5px;
border-radius: 5px;
text-align: center;
}
br {
display: block; /* makes it have a width */
content: ""; /* clears default height */
margin-top: 0; /* change this to whatever height you want it */
}
The footer code
<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)"><!-- wp:columns {"align":"wide"} -->
<div class="wp-block-columns alignwide"><!-- wp:column {"width":"30%","layout":{"type":"default"}} -->
<div class="wp-block-column" style="flex-basis:30%"><!-- wp:html -->
<h2 class="wp-block-heading has-medium-font-size has-body-font-family" style="font-style:normal;font-weight:600">Contact Us</h2>
<div class="wp-block-group">
[contact-form-7 id="2c5ab04" title="Contact Us"]
</div>
<!-- /wp:html --></div>
<!-- /wp:column -->
<!-- wp:column {"width":"20%"} -->
<div class="wp-block-column" style="flex-basis:20%"></div>
<!-- /wp:column -->
<!-- wp:column {"width":"50%"} -->
<div class="wp-block-column" style="flex-basis:50%"><!-- wp:group {"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between","verticalAlignment":"top"}} -->
<div class="wp-block-group"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
<div class="wp-block-group"><!-- wp:heading {"className":"has-medium-font-size","style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"fontFamily":"body"} -->
<h2 class="wp-block-heading has-medium-font-size has-body-font-family" style="font-style:normal;font-weight:600">Architecture</h2>
<!-- /wp:heading -->
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|10"}},"layout":{"type":"flex","orientation":"vertical"}} -->
<div class="wp-block-group"><!-- wp:navigation {"overlayMenu":"never","style":{"typography":{"fontStyle":"normal","fontWeight":"400"},"spacing":{"blockGap":"var:preset|spacing|10"}},"fontSize":"small","layout":{"type":"flex","orientation":"vertical"}} -->
<!-- wp:navigation-link {"label":"Products","url":"#"} /-->
<!-- wp:navigation-link {"label":"Resources","url":"#"} /-->
<!-- wp:navigation-link {"label":"Projects","url":"#"} /-->
<!-- wp:navigation-link {"label":"About us","url":"#"} /-->
<!-- wp:navigation-link {"label":"Contact us","url":"#"} /-->
<!-- wp:navigation-link {"label":"Order Form","url":"#"} /-->
<!-- wp:navigation-link {"label":"Warranty Form","url":"#"} /-->
<!-- wp:navigation-link {"label":"Brochures","url":"#"} /-->
<!-- /wp:navigation --></div>
<!-- /wp:group --></div>
<!-- /wp:group -->
<!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
<div class="wp-block-group"><!-- wp:heading {"className":"has-medium-font-size","style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"fontFamily":"body"} -->
<h2 class="wp-block-heading has-medium-font-size has-body-font-family" style="font-style:normal;font-weight:600">Steel Framing</h2>
<!-- /wp:heading -->
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|10"}},"layout":{"type":"flex","orientation":"vertical"}} -->
<div class="wp-block-group"><!-- wp:navigation {"overlayMenu":"never","style":{"typography":{"fontStyle":"normal","fontWeight":"400"},"spacing":{"blockGap":"var:preset|spacing|10"}},"fontSize":"small","layout":{"type":"flex","orientation":"vertical"}} -->
<!-- wp:navigation-link {"label":"Products","url":"#"} /-->
<!-- wp:navigation-link {"label":"Resources","url":"#"} /-->
<!-- wp:navigation-link {"label":"About Us","url":"#"} /-->
<!-- wp:navigation-link {"label":"Contact Us","url":"#"} /-->
<!-- /wp:navigation --></div>
<!-- /wp:group --></div>
<!-- /wp:group -->
<!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
<div class="wp-block-group"><!-- wp:heading {"className":"has-medium-font-size","style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"fontFamily":"body"} -->
<h2 class="wp-block-heading has-medium-font-size has-body-font-family" style="font-style:normal;font-weight:600">Structural Steel</h2>
<!-- /wp:heading -->
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|10"}},"layout":{"type":"flex","orientation":"vertical"}} -->
<div class="wp-block-group"><!-- wp:navigation {"overlayMenu":"never","style":{"typography":{"fontStyle":"normal","fontWeight":"400"},"spacing":{"blockGap":"var:preset|spacing|10"}},"fontSize":"small","layout":{"type":"flex","orientation":"vertical"}} -->
<!-- wp:navigation-link {"label":"Products","url":"#"} /-->
<!-- wp:navigation-link {"label":"Resources","url":"#"} /-->
<!-- wp:navigation-link {"label":"About us","url":"#"} /-->
<!-- wp:navigation-link {"label":"Contact us","url":"#"} /-->
<!-- /wp:navigation --></div>
<!-- /wp:group --></div>
<!-- /wp:group --></div>
<!-- /wp:group --></div>
<!-- /wp:column --></div>
<!-- /wp:columns --></div>
<!-- /wp:group -->
I tried direct injection and using wpcode shortcode injection and none of it works
function replace_shortcode_on_mobile($content) {
if (wp_is_mobile()) {
$content = str_replace('[contact-form-7 id="2c5ab04" title="Contact Us"]', '[contact-form-7 id="6dd7b2c" title="Testing"]', $content);
}
return $content;
}
add_filter('the_content', 'replace_shortcode_on_mobile');
]]>
I installed the plugin using the Free version and created forms using conditional fields and multistep (free version).
The form is not submitting, and when debugging, I found the following error message: UACF7_PRO_PATH_ADDONS is not defined.
Is there any limitation on steps or something similar in the Free version?
Thank you.
]]>Hallo.
I display the corresponding currency based on the country selection. This also works perfectly in the form.
Wenn ich diese Auswahl dann in der E-Mail ��bernehmen m?chte, wird nicht die Gew?hlte W?hrung angezeigt, sondern alle W?hrungen, die ich zur Auswahl habe. Was mache ich falsch?If I then want to accept this selection in the e-mail, the selected currency is not displayed, but all the currencies that I have to choose from. What am I doing wrong?
This is the part in the form:
Land [select auswahl-land include_blank “Albanien” “Andorra” “Belgien” “Bosnien und Herzegowina” “Bulgarien” “D?nemark” “Deutschland” “Estland” “Finnland” “Frankreich” “Griechenland” “Irland” “Island” “Italien” “Kasachstan” “Kosovo” “Kroatien” “Lettland” “Liechtenstein” “Litauen” “Luxemburg” “Malta” “Moldau” “Monaco” “Montenegro” “Niederlande” “Nordmazedonien” “Norwegen” “?sterreich” “Polen” “Portugal” “Rum?nien” “San Marino” “Schweden” “Schweiz” “Serbien” “Slowakei” “Slowenien” “Spanien” “Tschechien” “T��rkei” “Ukraine” “Ungarn” “Vatikanstadt” “Vereinigtes K?nigreich” “Vereinigte Staaten von Amerika”]
W?hrung
[conditional ALL][text ALL "Lek (ALL)"][/conditional] [conditional BAM][text BAM "Konvertibel Mark (BAM)"][/conditional] [conditional BGN][text BGN "Lew (BGN)"][/conditional] [conditional CHF][text CHF "Schweizer Franken (CHF)"][/conditional] [conditional CZK][text CZK "Tschechische Krone (CZK)"][/conditional] [conditional DKK][text DKK "D?nische Krone (DKK)"][/conditional] [conditional EUR][text EUR "Euro (EUR)"][/conditional] [conditional GBP][text GBP "Pfund Sterling (GBP)"][/conditional] [conditional HRK][text HRK "Kroatische Kuna (HRK)"][/conditional] [conditional HUF][text HUF "Forint (HUF)"][/conditional] [conditional ISK][text ISK "Isl?ndische Krone (ISK)"][/conditional] [conditional KZT][text KZT "Tenge (KZT)"][/conditional] [conditional MDL][text MDL "Moldauischer Leu (MDL)"][/conditional] [conditional MKD][text MKD "Mazedonischenr Dena (MKD)"][/conditional] [conditional NOK][text NOK "Norwegische Krone (NOK)"][/conditional] [conditional PLN][text PLN "Zloty (PLN)"][/conditional] [conditional RON][text RON "Rum?nischer Leu (RON)"][/conditional] [conditional RSD][text RSD "Serbischer Dinar (RSD)"][/conditional] [conditional SEK][text SEK "Schwedische Krone (SEK)"][/conditional] [conditional TRY][text TRY "Neue Lira (TRY)"][/conditional] [conditional UAH][text UAH "Hrywna (UAH)"][/conditional] [conditional USD][text USD "US-Dollar (USD)"][/conditional]
In the e-mail it looks like this:
Du interressierst dich f��r das Bild: PLBA.029.3 – Mykyta und m?chtest 120 Lek (ALL)Konvertibel Mark (BAM)Lew (BGN)Schweizer Franken (CHF)Tschechische Krone (CZK)D?nische Krone (DKK)Euro (EUR)Pfund Sterling (GBP)Kroatische Kuna (HRK)Forint (HUF)Isl?ndische Krone (ISK)Tenge (KZT)Moldauischer Leu (MDL)Mazedonischenr Dena (MKD)Norwegische Krone (NOK)Zloty (PLN)Rum?nischer Leu (RON)Serbischer Dinar (RSD)Schwedische Krone (SEK)Neue Lira (TRY)Hrywna (UAH)US-Dollar (USD) daf��r spenden.
You can find the form here: https://dev.wolna-ukraina.eu/produkt/plba-001-6-inna-6-%c2%bd/
Thanks and regards
Rolf
]]>Hello.
Is there Image selector field to make smth like quiz ?
]]>Hello.
On the Demo page https://cf7addons.com/preview/contact-form-7-booking-form/
we can book past time slots. There is no synchonization with real time ? Can you try ?
]]>Hello. Is there a way to show booked time slots on Daily calendar for everyone?
on red background and available on green?on front-end calendar form in similar way ?https://prnt.sc/sutDv5KWOSMD??
Also :
Hello everyone;
I can’t get the CSS rules to work, it only works when I write the CSS code inline!
WordPress v 6.5.5
UACF7 v v3.3.15
Is something missing?
https://ibb.co/cTtNkTb
https://ibb.co/nLkS42B
https://ibb.co/nLkS42B
Hello.
Some strings in some PHP files use the?esc_html()?function, some of them do not have text domain and are not translated.
Thanks.
]]>Hey, Is there a limit on how many conditonal rules you can have with the free version of this plug in?
Im using the Conditional Logic on two forms, on the second one I’m having a problem. Every time I add a new rule it adds this, but removes one of the previous entries, usually the last one i completed.
Its like its set only allow so many rules – Is this correct?
]]>Hello, first of all the plugin rocks even in its free version!
My question is : is it possible that in the [uacf7_dynamic_text] to have the “post_id” that is required to display the ACF field, also dynamic?
The reason for that will be for different ACF values to be displayed in the form depending in what page is the form displayed.
Thanks!
]]>Hi,
My contact from is using the Multistep feature, but it has error when i click on “Next” button.
Please help, many thanks.
]]>I’m trying to set up a conditional field attached to a checkbox item in Contact Form 7. When I set up the condition to have it match one of the possible entries it doesn’t work. So if I set the condition to match the checkbox item called “Test”, if I put Test into the condition to be matched exactly it doesn’t work. Is there something I’m missing about how this works with that type of field? It works fine using text fields.
]]>Hello,
I am building a site and trying to make the signature pad responsive, but when I style via CSS the pad responds but the drawing in severely offset. It seems like the canvas size changes in addition to inheriting a zoom-like view.
I know that I can change the width in the settings and everything works fine there, but that does not help with responsiveness.
Any help would be appreciated.
]]>Hi,
i am new to this plugin and i am testing the pdf generator. is there any option to preview the designed pdf?
]]>In the page to the link I’ve provided you will find the following section, which when the “View Full Answer” button is clicked on, a pop-up appears with a contact form 7 with the pre-populate field option enabled properly in accordance to the documentation provided. However it doesnt redirect to the intended form and just stays on the same page.
Even after submitting the form it redirects but doesnt populate as seen in th screenshot below, please fix this in whatever way possible.
]]>