erwartet
Forum Replies Created
-
Update: I realized that I have the same problem even with the Post Type Builder of Themify that I used before. When I set up a new post type I cannot find the Episode Box in the Backend of the post. I guess, I am missing something in the settings I should fix. Thanks a lot for helping!
IlonkaThanks for the video. I already knew it and it does not answer any of my questions. I’ll try the themefic support.
Forum: Plugins
In reply to: [Country Dropdown For Contact Form 7] Translating Country NamesHello support,
could anyone help me with this question?
Thanks!
Hello support,
could anyone help me with this problem?
Thanks!
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] disable on hide/ calculationHello Jules,
thank you for your reply. Unfortenately all three examples do not match my question. If I have different fields, that are summed up with the calculator, I do not want to add hidden fields to the sum. Maybe I have to add a larger part of the code:
[radio radio-1 "Deutsch 1 Basis (Print)--1644" "Deutsch 2 Basis (Print)--1648" "Deutsch 3 Basis (Print)--1648" "Deutsch 4 Basis (Print)--1647" "Deutsch 4 Basis (Online)--1314" "Deutsch 5 Basis (Print)--1626" "Deutsch 5 Basis (Online)--1176" "Deutsch 6 Basis (Online)--1176"] [group group-new clear_on_hide] [radio radio-new class:togglebuttons class:egal default:1 use_label_element "Einstufung in Deutsch 2 Basis (Print)--50"] [/group] [checkbox checkbox-1 class:togglebuttons class:ev default:get default:0 use_label_element "Schülergrundausstattung zubuchen--55" "Schreibschriftkurs zubuchen--0" "Kursmedien abbestellen---37"] [calculator calculator-528 calculationcf7_Prefix:EUR calculationcf7_Precision:2 "radio-1+radio-new+checkbox-1"]
In the first paragraph the client decides which course to attend. The second paragraph is in group brackets and only shown if the student will be enrolled for the first time. There is another question previous to ask for it. If the student is enrolled for the first time, the “radio-new” is shown and when clicked, the amount should be added to the sum in the calculator. If not, only radio-1 and checkbox-1 should be summed up.
I hope this shows clearer, what my problem is. ??
So I hoped the PRO-Feature “disable_on_hide” could be the answer. Would the radio within group-new be added to the sum, if it would be “disable_on_hide” or not?
Thank you for taking another look!
Best regards, Ilonka
Thank you for your reply. I found out that the plugin is intereferring with the multistep plugin. When I deactivate the multistep, everything works fine. So I’ll try another multistep plugin, hoping that it has no interferrences.
Forum: Plugins
In reply to: [Calculation For Contact Form 7] No support for Pro VersionThank you, yes, that helps.
Forum: Plugins
In reply to: [Calculation For Contact Form 7] No support for Pro VersionThanks you for responding. I’ll copy my mail correspondence here:
Hello,
we have purchased the pro version now, but I can’t get it work. Unfortunately there is no example in your documentation. Would yo please explain, how to set it up? I am still working with the example below.
<label> Do you register the child for the first time with DF? [radio radio-new use_label_element default:get default:0 “300|Yes” “0|No”]</label>
<label>calculated costs [calculator calculator-476 calculationcf7_Precision:2 “radio-new”] </label>I want the radio to sho ?Yes“ and ?No“, but to calculate with 300 EUR or 0 EUR.
Thanks a lot for your help!
Best regards,
Ilonka
Am 12.07.2023 um 06:25 schrieb Silver plugins <silverplugins217@…>:
that feature work in pro version
On Wed, Jul 12, 2023 at 9:54?AM Plugin999 <silverplugins217@…> wrote:
From: Ilonka <lin…@mail.de>
Subject: CF7 Calculation – don’t show value in field but textMessage Body:
Hallo,
I wonder if it is possible with this plugin to calculate field values without showing the value in the text fields.For Example:
<label> Do you register the child for the first time with DF? [radio radio-new use_label_element default:get default:0 “300|Yes” “0|No”]</label>
<label>calculated costs [calculator calculator-476 calculationcf7_Precision:2 “radio-new”] </label>I want the radio to show Yes/ No, but to calculate with the numbers attached.
I appreciate your help.Best regards,
IlonkaSorry, is there no support for this plugin?
Forum: Plugins
In reply to: [Ultimate Addons for Contact Form 7] Country Dropdown not showing on pageresolved
- This reply was modified 1 year, 8 months ago by erwartet.
I’m sorry, as it takes long, I had to switch the page. Please take a look here insted of the link postet above: https://www.deutsche-fernschule.de/testformular/
Didn’t change anything. But now it is working…
Forum: Plugins
In reply to: [Ultimate Addons for Contact Form 7] PDF GeneratorI have found the mistake. ??
The signature tag must not be enclosed with <label></label>. I changed my code in the form tab to:
<label>Ihre Unterschrift</label>[signature* signature-426 color:#000000 backcolor:#dddddd width:300 height:200]
and in the PDF Generator to:
Unterschrift: <br> <img src="[signature-426]" alt="" width="250px">
Now this works fine! ??
Forum: Plugins
In reply to: [Ultimate Addons for Contact Form 7] PDF GeneratorSorry, I thought, it might be simply the html img tag and tried this:
Unterschrift: <br> <img src="[signature-227]" width="250px"/>
But the output in the PDF is this:
https://www.deutsche-fernschule.de/wp-content/uploads/test-sign-pdf.pdf
Thanks for helping. ??
Forum: Plugins
In reply to: [Ultimate Addons for Contact Form 7] Country Dropdown not showing on pageYes, thanks a lot. That fixes it!