- Issue created by @joshuautley
Example: PRODUCT TITLE - $AMOUNT, Price: $AMOUNT
Create a product. Create a webform with a product component.
<div class="form-item form-item-submitted-booth-booth-fee form-type-textfield form-group">Quantity: <input type="text" id="edit-submitted-booth-booth-fee" name="submitted[booth][booth_fee]" value="1" size="1" maxlength="128" class="form-text"><span>Corp / National Vendor 10x10 Booth Fee - $975, Price: $975</span></div>
Additionally, the quantity label is not wrapped in a div along with the input field which makes it difficult to theme. At the moment it is difficult to move the product title and price above or below the quantity or even hide the quantity altogether.
Quantity: <input type="text" id="edit-submitted-booth-booth-fee" name="submitted[booth][booth_fee]" value="1" size="1" maxlength="128" class="form-text">
Active
3.0
User interface