Hi
This is the error I get on an xforms:submission for the code below:
<xforms:submission id="submit" action="
http://www.google.com/search?
hl=en&q={instance('DataResponse')/fe:q}&btnG=Search" method="get"
replace="instance" instance="all" separator="&">
<xforms:toggle case="busy" ev:event="xforms-submit" />
<xforms:toggle case="submit-error" ev:event="xforms-submit-error" />
<xforms:toggle case="done" ev:event="xforms-submit-done" />
</xforms:submission>
and the below is my instance:
<xforms:instance id="DataResponse">
<fe:mdj>
<fe:ID/>
<fe:q/>
</fe:mdj>
</xforms:instance>
---
If I were to use AVTs what would be the right way to avoid the above error?