Conroy Bagpipe
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Cannot attach one template to multiple formsWorkaround: duplicate template file. Worked for me.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Dynamic data not filling properly in pdfyou can paste any html code directly to CF7 form building area
here is ending of my form:<div class="grid__col grid__col--3-of-12"> [md-text label="Число перестановок:"] [number autopump-moving-count-phy min:0] [/md-text] </div> <script type="text/javascript"> let autopumpLengthPhy = jQuery("select[name='autopump-length-phy']"); let autopumpLengthValuePhy = jQuery("input[name='autopump-length-value-phy']"); autopumpLengthPhy.change(function() { if (this.value == "22 м") { autopumpLengthValuePhy.val("22"); return; } if (this.value == "41 м") { autopumpLengthValuePhy.val("41"); return; } if (this.value == "Другая") { autopumpLengthValuePhy.val(""); return; } }); </script> [/group] <div class="grid__col grid__col--2-of-12"> [md-submit] [submit "Отправить"] [/md-submit] </div> </div> [dynamichidden order-date-phy "timestamp type='d.m.Y'"] [/md-form]
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Cannot map checkbox@maximumsoftware, thanks. But I still don’t understand what’s that mean… What is “PDF field’s exported value”? How “Yes” is related to what is you saying. I don’t have any “yeses” in my pdf checkboxes. Why “Yes” is so important?
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Dynamic data not filling properly in pdfI’m using embedded to form jQuery script for that problem.
hidden field + jQuery, hooked to source control change event, mirroring selected value to hidden field.My problem: user can select value from predefined list, or select ‘Other’ and input his own value in appeared field
let autopumpLengthPhy = jQuery("select[name='autopump-length-phy']"); let autopumpLengthValuePhy = jQuery("input[name='autopump-length-value-phy']"); autopumpLengthPhy.change(function() { if (this.value == "22 м") { autopumpLengthValuePhy.val("22"); return; } if (this.value == "41 м") { autopumpLengthValuePhy.val("41"); return; } if (this.value == "Other") { autopumpLengthValuePhy.val(""); return; } });
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Dynamic data not filling properly in pdfdynamictext-251 name is same for both fields. Maybe this is your issue?
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Cannot map checkboxI figured out, that there is a lack of documentation)
So, when selecting fields to link together, there is autogenerated tag below. And keyword “Yes” is there. Changing checkbox value in CF7 form to “Yes”, or with pipe “Some visible label|Yes” worked for me.
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Advanced element selectorOk, I tried you variants
#header-grid
is working, but#header-grid .header-main
not.
And I also tried#header-grid .header-top
and.site-header .header-top
.
Not working.- This reply was modified 5 years, 8 months ago by Conroy Bagpipe.
Forum: Plugins
In reply to: [Blog-in-Blog] [Plugin: Blog-in-Blog] Gallery brokenhttps://lib.uspi.ru/events/vistavki/
i tried to turn off all plugins and set default theme – no galleries.
i tried to change bib_process_gallery function output – no effect. seem that function is used nowhere. or bug in it. or my php is wrong…Forum: Plugins
In reply to: [Blog-in-Blog] [Plugin: Blog-in-Blog] Gallery brokenscreenshot of my blog-in-blog page(above) and same single post(below)
no galleries – https://rghost.ru/36455149/image.pngsame problem with 3.0.1
my topic
3 hours ago