is it possible to post the form in some specific categories ?
I don’t understand what you mean. Can you explain?
Thread Starter
raidje
(@raidje)
i mean for exemple i have post category A, post category B (wich has sub categories)and post category C.
in the form i would like that my select (with the maping taxonomy) display only the sub categories from the B category
just look at the image in the link to to illustrate what I’m trying to do :
see the image
Ah, I understand, you want to display a specific set of terms in your dropdown. To do this you need to filter the term lists in your dropdown, there is a hook provided for this (number 9 in the list of helper filters — see screenshot #8).
The link provided in the filter list will allow you copy a helper code that you need to paste into you functions.php
file, however, it is only that, a helper code. You will need to understand how to code your requirements in PHP to get it to work. If you’re not sure then you will need to hire a developer (like me 🙂 to get it to work.
Thread Starter
raidje
(@raidje)
sorry but i haven’t got the number 9 helper filter in my list….
see the screenshot
-
This reply was modified 1 year ago by raidje.
-
This reply was modified 1 year ago by raidje.
Your screenshot is not working, can you post it on imgur
Thread Starter
raidje
(@raidje)
My bad! I realise the screenshots have not been updated :(.
It is accessible from the mapped taxonomy field itself as a php icon, see this screenshot
View post on imgur.com
Thread Starter
raidje
(@raidje)
ok I managed to do what I wanted 😉
thank you
Great, glad you got it to work 🙂 I will update the screenshots on the next release.
Thread Starter
raidje
(@raidje)
hello,
i would like to send an email everytime the form is submitted (a new post is created). wich action should i use ?
cf7_2_post_form_submitted_to_post
OR
cf7_2_post_form_posted
because i would like to preserve the CF7 confirmation message “your message has been send…”
thank you
-
This reply was modified 1 year ago by raidje.