IOSIOS
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms Charts Reports] 20 entries onlyOk. it works now but its to slow if set maxentries > 1200
I marked it as resolve but there must be a way to make it faster
I am using Wp datatables for these charts. I don’t have such promblems but i have to write views in mysql and queries in datatables.
So if you find a a way to make it faster please inform me.
Thanks for everything
Forum: Plugins
In reply to: [Gravity Forms Charts Reports] 20 entries onlyyes it’s radio field.
but the same occurs with a number field where i put the age of my customersForum: Plugins
In reply to: [Gravity Forms Charts Reports] 20 entries onlyI use this shortcode
[gfchartsreports gf_form_id=”1″ include=”25″ type=”pie”]
form 1 has 4423 entries
field 25 has two values F for female and M for malethe pie says 4 male 20% and 16 female 80%
this is strange because it represents the first 20 entries from the form
any ideas?
Forum: Plugins
In reply to: [Gravity Forms Charts Reports] 20 entries onlyNo it’s a limit of 20 entries for each chart
Forum: Plugins
In reply to: [Gravity Forms Charts Reports] 20 entries onlytake a look
——————————————————-
Object {id25pie: Object, id33pie: Object, id30pie: Object}
id25pie
:
Object
data
:
Object
datasets
:
Array[1]
0
:
Object
_meta
:
Object
0
:
Object
controller
:
a
data
:
Array[2]
dataset
:
null
hidden
:
null
total
:
20
……………..
it says total 20Forum: Plugins
In reply to: [Gravity Forms Charts Reports] 20 entries onlyVersion is 1.2
i have a form with 4500 entries. It shows only 20 entries in the chart. Maybe there is a limit in showing data from more than 20 entries.
console is ok
Object {id25pie: Object, id33pie: Object, id30pie: Object}
functions.js?ver=4.6.1:13 id25pie => [object Object]
functions.js?ver=4.6.1:16 pie
functions.js?ver=4.6.1:13 id33pie => [object Object]
functions.js?ver=4.6.1:16 pie
functions.js?ver=4.6.1:13 id30pie => [object Object]
functions.js?ver=4.6.1:16 pieForum: Plugins
In reply to: [Sliced Invoices & Gravity Forms] Form settingsHi,
the problem was from the members plugin. It works when i deactivate this one.
Last presale-question.
What if i have a gravity form with multiple list fields and i want to feed all off them in the same quote or invoice. Is that possible?Forum: Plugins
In reply to: [Sliced Invoices & Gravity Forms] Form settingsOk. i have send it.
Forum: Plugins
In reply to: [Gravity Forms Repeater Add-On] How the plugin stores data?Have you find a way to present data with Gravity view. Please share.
Thanks
IosifForum: Plugins
In reply to: [CKEditor WYSIWYG for Gravity Forms] Same problem as your demo pageOk. i found the problem. el.js was missing from ckeditor wordcount plugin. After downloading from ckeditor and paste it in the wordcount lang folder it works.
Thanks anywayForum: Plugins
In reply to: [Gravity Forms Related Fields Add-On] list fieldsYes there is a plugin in wp
Drop Down Options in List Fields for Gravity Forms (copy and search with this)I use my function who does the same in functions.php because i want to use the values. You can find how to write your own in GF documentation.
As you can see from the plugin you can set each column as a separate drop down.
Forum: Plugins
In reply to: [Gravity Forms Related Fields Add-On] list fieldsI use a list field column as a drop down field. Is it possible to relate that column to another drop down field?
Now it seems that the related fields don’t understand that this column of the list field is a drop down.Same problem. Please inform. Thanks