Hi there,
New user to WordPress and the Gravity and Quantity Limiter plugin here, but I also cannot seem to get it to work.
Created a test form with a single product field … but cannot select the field in the quantity limiter
<?xml version="1.0" encoding="UTF-8"?>
<forms version="1.8.7.2">
<form labelPlacement="top_label" useCurrentUserAsAuthor="1">
<title><![CDATA[Testing products and pricing]]></title>
<descriptionPlacement><![CDATA[below]]></descriptionPlacement>
<button type="text">
<text><![CDATA[Verzenden]]></text>
</button>
<fields>
<field id="1" size="medium" type="product" inputType="singleproduct" enableEnhancedUI="1">
<label><![CDATA[Enkelproduct 1]]></label>
<inputs>
<input id="1.1">
<label><![CDATA[Naam]]></label>
</input>
<input id="1.2">
<label><![CDATA[Prijs]]></label>
</input>
<input id="1.3">
<label><![CDATA[Aantal]]></label>
</input>
</inputs>
<basePrice><![CDATA[27,00 €]]></basePrice>
<choices>
<choice>
<text><![CDATA[Eerste keuze]]></text>
<value><![CDATA[Eerste keuze]]></value>
<price><![CDATA[15,00 €]]></price>
</choice>
<choice>
<text><![CDATA[Tweede keuze]]></text>
<value><![CDATA[Tweede keuze]]></value>
<price><![CDATA[27,00 €]]></price>
</choice>
<choice>
<text><![CDATA[Derde keuze]]></text>
<value><![CDATA[Derde keuze]]></value>
<price><![CDATA[31,00 €]]></price>
</choice>
</choices>
</field>
<field id="3" size="medium" type="option" inputType="checkbox" productField="1" enablePrice="1">
<label><![CDATA[Opties]]></label>
<choices>
<choice>
<text><![CDATA[Eerste optie]]></text>
<price><![CDATA[1,00 €]]></price>
</choice>
<choice>
<text><![CDATA[Tweede optie]]></text>
<price><![CDATA[2,00 €]]></price>
</choice>
<choice>
<text><![CDATA[Derde optie]]></text>
<price><![CDATA[3,00 €]]></price>
</choice>
</choices>
</field>
<field id="4" size="medium" type="total">
<label><![CDATA[Totaal]]></label>
</field>
</fields>
<confirmations>
<confirmation id="5355734cbdcb2" isDefault="1" type="message">
<name><![CDATA[Default Confirmation]]></name>
<message><![CDATA[Thanks for contacting us! We will get in touch with you shortly.]]></message>
</confirmation>
</confirmations>
<notifications>
<notification id="5355734cbcd0f">
<to><![CDATA[{admin_email}]]></to>
<name><![CDATA[Admin Notification]]></name>
<event><![CDATA[form_submission]]></event>
<toType><![CDATA[email]]></toType>
<subject><![CDATA[Nieuw aanmeldformulier {form_title}]]></subject>
<message><![CDATA[{all_fields}]]></message>
</notification>
</notifications>
</form>
</forms>