Conditional fields
-
The Shipping field only appears when Water Delivery is “Yes, please. Sign me up!” It only has one option, “Delivery”, which costs $1.25.
First option
andSelected option
are both unset.When the page loads, everything works just fine:
However, after changing Water Delivery to another value and then back again, the Shipping field requires manual action, because nothing is seleced.
The same thing happens when
Selected option
is set to “Delivery” (the option label) or “delivery” (the option slug).When I set
First option
to “Delivery”, this option is added as a disabled option with no price, even whenSelected option
is also set to “Delivery”.It looks like conditional fields aren’t rendered the same way when the first appear and when they reappear after being hidden/removed.
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.