Vit Zachodil
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] select shows all option as one value onlyHello, thank You for Your response.
I’m sorry, I’m a beginner in the WordPress and I read too many information 14 days before I tried to use this forum for support. So I probably didn’t fill all infos, that is required for support on this forum. I was not sure if the problem is in the Custom Content Shortcode plugin or the Contact Form 7 pluging.
Therefore I did a simple test with this code:
<label> Select date from string as one option only:
[select* course-d ‘”1.1.2020″ “10.12.2020” “31.12.2020”‘]
</label>The result was the same – all 3 values are offered in the form as only one option to select.
So it is possible to pass values by a CCS plugin shortcode this way to Contact form 7, but the Select take it as the first value only. So the values should be exploded by a separator somewhere inside the Contact Form 7 before displaying the form.Finally I used different solution without Select on the form. It creates links for each date in offered dates and getting default values to text by https://contactform7.com/getting-default-values-from-the-context/.
You can see it on https://www.mhm.cz/en/training/hitachi-vantara/thi3408-hitachi-vsp-f-and-g-series-differences-models-350-370-700-900/
It means, You are right. This was not good question to this support forum. I appologize.
Vit Zachodil
Forum: Plugins
In reply to: [Custom Content Shortcode] Accessing multiple value from a custom fieldHello iantresman,
could You try this code:[array cfs_writer each=true]
[field value]
[/array].. or..
[array Colour each=true]
[field value]
[/array]Forum: Plugins
In reply to: [Contact Form 7] select shows all option as one value onlyThe exact name of the 3-rd plugin is “Custom Content Shortcode”.