In another post Kess explained use of the slider for value ranges: http://forum.jbzoo.c...-a-price-range/
On face value this works well. But my information is submitted via frontend submission and it isn't done manually it's done by auto form post method.
There is no one there to click the "Add another Text" link.
In this instance the field I want to search on has just an upper and lower range. I currently have them specified as two separate elements.
It seems to use the slider they need to be be one element but can have repeating values.
In my case I only and will always need 2 values.
So I'm wondering if there's a method of setting the form to have two entry boxes for the element as default - rather than a single entry box and a link to add the second?
I imagine this may involve looking at a php layout file but I'm waist deep in setting this up now and don't have time to find another method.