Hi – I read the docs on passing in values. But in my situation, the default value itself is actually dynamic and generated (from a different plugin) on the fly via a shortcode.
So, I tried this… [iphorm id=”1″ name=”Contact” values=”firstname=[MY-SHORTCODE]”] …and it didn’t work
It passes in the value as “MY-SHORTCODE”, but does not dynamically render that into a value. If I were to just put that into my wordpress page (outside of QuForm), it turns it into a value.
How can I get it to dynamically process this into a value?