I'm trying to get dropdowns working, but when I use aspose.form I get this error:
Node:[<select class="xdComboBox xdBehavior_Select" title="" size="1" xd:CtrlId="CTRL2" xd:xctname="dropdown" tabIndex="0" xd:binding="ar:leaveCode" xd:boundProp="value" style="WIDTH: 130px" xmlns:xd="http://schemas.microsoft.com/office/infopath/2003"><xsl:attribute name="value" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><xsl:value-of select="ar:leaveCode" /></xsl:attribute><option value=""><xsl:if test="ar:leaveCode=""" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><xsl:attribute name="selected">selected</xsl:attribute></xsl:if>Select...</option></select>] is not a xd control
Dropdowns work with the demoforms made by aspose, but I can't get it working in forms created with Infopath 2007. Any ideas?