When I upgraded to CF7 6.0 these error messages started to appear. I verified they go away when I deactivate this plugin:
Deprecated: WPCF7_TagGenerator::add(): Use of tag generator instances older than version 2 is deprecated. Version 1 instance (posts drop-down menu) 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 (Post checkboxes) 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 (Post radio buttons) 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 (posts Image-drop-down menu) 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 (Post Image-checkboxes) 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 (Post Image-radio buttons) detected. in …/wp-includes/functions.php on line 6085
]]>First of all, I’m so glad I found your plugin!
I have a website that has a CPT for products. On a CF7 form, I want potential customers to be able to select a few products to request a quote. Your plugin helped a lot by automatically listing the products.
I just needed to also be able to allow the user to choose a quantity for each item. Is there a hook or approach I could explore to try to do this?
]]>Hello,
How can I change the text “No results found”?
Thank you in advance.
]]>Hi
Is there a way to display the post-image checkboxes in a grid layout rather than a list?
Thanks
]]>Good morning, on a website, I am using a combination of the Contact Form 7 plugin with the Contact Form 7 – Post Fields plugin. I am unable to make the fields I create with Contact Form 7 – Post Fields required. Here’s an example of how I have configured the field. Not only does it not appear as required during submission, but there is also no alert message displayed. How can I do it?
]]>[post_select* department class:simple-input posts-number:-1 publish include_blank search_box post-type:departments value-field:title orderby:title order:ASC “%title%”]
that is my code in contact form and not getting all published posts from departments post type.
]]>Hi! I have a problem. The value of my field is output in the wrong formats. I use the following code to display the field:
[post_select material value-field-meta-key:price posts-number:-1 id:material class:material publish include_blank search_box post-type:material tax-relation:OR value-field:meta orderby:title order:ASC "%title% - %price%"]
As a result, I get the name and price, but hundredths are added to the price, which I don’t need. In addition, some values are output as a date
Example:
F40-70 – 19.07.2023
F5-20 – 19.07.2800
F70-120 – 850,00
however, the following values should be displayed:
F40-70 – 1850
F5-20 – 2800
F70-120 – 850
To create a custom post type, I use the pods framework. Usually there are no problems
I added a picture checkbox in Contact Form 7 – Post Fields, but is there a setting to send only the desired images or the selected images?
thanks
1 2 4 and 5 let 3 not come
]]>Hi,
I have created the following field in Contact Form 7 where user can choose images from checkbox:
[post_image_checkbox* edinspiration posts-number:-1 image-size:large excerpt-lenght:0 class:edinspiration publish label_first use_label_element post-type:inspirations value-field:title orderby:title order:ASC “%title%”]
Now how can I show the selected images in email? When I added this field in email [edinspiration], it only shows the names instead of the selected images.
Here you can see how user can select the images: https://prnt.sc/ZpMoCr8J3V-B
Thanks,
Chayan
hi,
is possible to output a meta value + the post title as value to the drop down menu.
currently it looks like this
[post_select* veranstaltung value-field-meta-key:datum posts-number:-1 publish include_blank post-type:veranstaltung value-field:meta orderby:title order:DESC "%datum% - %title%"]
Best René
]]>Hi how are you?
I wanted to ask you a question. first i tell you my problem
I have a custom post type called “client”
And I have their custom fields “city” “phone” “name” “Payment method”
I was able to see by form and call them to be listed. Example:
[post_select client_payment_method posts-number:-1 publish include_blank search_box post-type:client value-field:title orderby:title order:ASC "%wpcf-payment_method% - %title%"]
and indeed, I can see it on the form page: https://prnt.sc/N4NM0qEt8yco
now my question is:
How can I print that custom field in the body of my email “%wpcf-payment_method%”
I need to print in the body of the mail that exact selection that I make of that custom post type
I hope I have explained myself well
I want the custom fields that I chose in the form to be seen in the body of my email, when it is sent.
Thank you
]]>Hello,
Is there a way to set the dropdown value selected from the previous page?
Example:
I have one page with contact forms for donations where the user can select custom post type post from drop-down and send form. Works great.
I was thinking, when the user is on the post to have the button that leads to a donations page. When the donations page is loaded, on the drop-down menu is selected not first option, but the previous page the user was on.
Basically if I click on URL:
sample-page.com/donations?post_id=29
On my contact form, in the drop-down menu is selected post with the id=29
Or something similar.
The user can change the option, but the important thing is that the loaded option is the id of the post he came from.
Thanks in advance,
Igor
Hi
The menu with the fields at the bottom of adding a new job appears to have disappeared. I can’t find how to reinstate it – I can’t see anything in the settings or any options – can anyone help please?
Its the contact details for the jobs, web links etc. Its simply not there and there’s nothing I can see on the page to reinstate it.
Cheers
]]>Hello,
I have repeated fields that are added dynamically by the conditional fields pro plugin and populated by yours (drop-down select with pictures).
The first fields of the group Bici if you choose in the first select: -Monta?a- or -Carretera- options then shows -Elige modelo de bici- fine with all the images. The problem is when the new (bici) fields are added. The options are shown but not the pictures.
What could be the problem?
Thank you!
]]>Cool plugin.
I have this:
[post_image_checkbox post_image_checkbox-400 posts-number:-1 image-size:thumbnail publish post-type:case-studies value-field:thumbnail orderby:title order:DESC “%title%”]
The autoresponse sends the thumbnail — value-field:thumbnail — but how do I include the post title as well?
TY
]]>Hello,
First of all thanks for your extension.
I want to know if there is a way to limit Post image checkbox selection.
For example customer could only select 3 of my products
Thanks
]]>My form has dropdown menu with custom post types. I used meta keys for display them – title and _EventStartDate but I receive e-mail only with “_EventTartDate” without title. I dont know how to change value-field-meta-key:_EventStartDate
and add title meta key to it.
[post_select post_select-900 value-field-meta-key:_EventStartDate posts-number:-1 publish post-type:tribe_events tax-relation:OR value-field:meta orderby:title order:DESC "%title% - %_EventStartDate%"]
or should I change value-field:meta
?
hello,
thanks for your plugin.
Is it possible to get a CF7 [number] field in the “image checkbox” row?
Like this: [post_image_checkbox post_image_checkbox-902 category:extras posts-number:-1 image-size:250×250 publish acf-field:order-number post-type:product_overview tax-relation:OR value-field:title orderby:title order:DESC “%[number number-870]%”]
thanks for your help.
]]>Could you please add following filter:
$atts = apply_filters(‘wpcf7_’.$tag->name.’_atts’, $atts, $tag->get_option(‘post-type’, ”, true), $tag);
\plugins\cf7-post-fields\modules\image-select.php #264
I need to hook in to set
$atts[‘data-maximum-selection-Length’] = 3;
and limit select to x options
Thank you
BR
Hi Markus,
Great plugin! Everything worked as it should, but after I update the elementor it suddenly stopped. Instead of the field itself, only the shortcode is displayed on the site. I tried to roll back to the previous version of the elementor, but that didn’t solve the problem.
Hi,
Can I use the value-field like https://contactform7.com/selectable-recipient-with-pipes/ containing title and ID like value-field:"title|id"
?
Hi can i get values from an acf group sub field?
Best René
]]>Hello,
Is it possible in the drop down menu labels to use for example %title% – %an-acf-value% ?
]]>Hi There,
Really good plugin I must say @markusfroehlich, well done..
I’d like to suggest an improvement:
Do you think it would be achievable to add the product variations dropdown menu option?
Thanks
Dominik
Hello, your plugin can add first include_blank element to list, but I need to change default — Select — to my custom text, can I do this? How?
]]>Is there any way to display post checkboxes one in each line? Default is one after another horizontally.
]]>First of all: We love your plugin!
Is there a way to limit the post image checkboxes? Let?s say that we just allow maximum three posts to be chosen when there are 10 shown?
Would be perfect!!!
Many thanks for your attention and great work!!!
Hi
I am looking to create a multilevel drop down with data populated from custom taxonomies (Categories). I have parent Categories and child Categories. If the user selects a Parent category, the next drop down should be populated with the respective child categories.
How does one go about this in this plugin?
Thanks!
]]>Hello, i will want to know how to display custom post type by current logged in user. Thanks
]]>I would like to filter custom_taxonomy according to the current page.
Ex:
[post_image_checkbox produtos_cotacao categoria_taxonomy:CURRENT_TAXONOMY image-size:thumbnail]
If page is: Mochilas – change categoria_taxonomy:mochilas.
Is possible?
]]>