Assigning radio button labels with data-cff-field
-
I have a client who wants his salespeople to show customers three prices for a product line to show them the discounts at each level. They want a toggle on/off button that will calculate when selected but they want the customer to be able to see the three different prices.
I have been able to manually use the data-cff-field method to insert the pricing in the label of a radio button, however, since there are over 100 products this method slows down the site so much that is not usable.
I have tried using a function to assign and set choice value method you have shown on this forum but it does not work with data-cff-field. Any suggestions for having an on/off switch, in a row, that users can select to include an item for pricing?
Here is what works in the label field manually;
<span class="bprice-label-t">Everyday</span><span class="bprice-label-n"><span data-cff-field="fieldname2315" class="bprice-w"></span><span data-cff-field="fieldname2316" class="bprice-w"></span><span data-cff-field="fieldname2317" class="bprice-w"></span></span>
This is the result I am looking for:
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.