I've noted that the plugin generates values also for empty spaces, example:
r1%5B0%5D%5Bfield_name%5D=
and for calculated fields, example:
r0%5B0%5D%5Bf4%5D=600 (there are 4 instances)
and addind, at the end of each set for the repeater, the fields as equal to zeros, example:
f0=0&f1=0&f2=0&f3=0 (there are 4 instances)
I would like to know if this is the desidered behaviour, if did something wrong in my setup and if there is any possibility to reduce the lenght of this url or improve it.
Hi,
I have some calculators that generate a long URL to be shared, passing on submit the fields values as query arguments in the url, here an example:
https://www.bakingwiththeory.com/it/calcolatori/calcolatore-manuale-ingredienti-pizza-in-teglia-o-focaccia-impasto-diretto/?r0%5B0%5D%5Bf0%5D=30&r0%5B0%5D%5Bf1%5D=40&r0%5B0%5D%5Bf2%5D=1&r0%5B0%5D%5Bf3%5D=normal&r0%5B0%5D%5Bf4%5D=600&f0=0&f1=0&f2=0&f3=0&r1%5B0%5D%5Bf10%5D=40&r1%5B0%5D%5Bfield_name%5D=&r1%5B0%5D%5Bf11%5D=2&r1%5B0%5D%5Bf12%5D=normal&r1%5B0%5D%5Bf13%5D=800&f10=0&f11=0&f12=0&r2%5B0%5D%5Bf20%5D=36&r2%5B0%5D%5Bfield_name%5D=&r2%5B0%5D%5Bf21%5D=3&r2%5B0%5D%5Bf22%5D=low&r2%5B0%5D%5Bf23%5D=407&f20=0&f21=0&f22=0&r3%5B0%5D%5Bf30%5D=36&r3%5B0%5D%5Bf31%5D=26&r3%5B0%5D%5Bf32%5D=4&r3%5B0%5D%5Bf33%5D=high&r3%5B0%5D%5Bf34%5D=441&f30=0&f31=0&f32=0&f33=0&waste=1&yeast=3&idro=75&salt=2&ytype=secco&fat=2
I've noted that the plugin generates values also for empty spaces, example:
r1%5B0%5D%5Bfield_name%5D=
and for calculated fields, example:r0%5B0%5D%5Bf4%5D=600
(there are 4 instances) and addind, at the end of each set for the repeater, the fields as equal to zeros, example:f0=0&f1=0&f2=0&f3=0
(there are 4 instances)I would like to know if this is the desidered behaviour, if did something wrong in my setup and if there is any possibility to reduce the lenght of this url or improve it.