Equation only works on Desktop version
-
I’m experiencing some odd behavior. We created a price calculator form for a new website. In order to get it display properly on mobile we cloned it and styled it differently. We also changed the order of some of the elements. We have a Free Shipping banner that is only suppose to appear under certain circumstances. It works as expected on the desktop version but does not on the mobile. We’re using the code below.
(fieldname9>=10 && fieldname27<=9) ? ACTIVATEFIELD(33) : IGNOREFIELD(33);
Any ideas on what the issue could be? With cloning the form I feel like this shouldn’t happen.
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Equation only works on Desktop version’ is closed to new replies.