Open faisalaltaf opened 1 week ago
If the customer enters values in the custom fields, it takes us to the email input field, so we are facing this issue.
applyAttributeChange({ type: "updateAttribute", key: "delivery_slot", value: newTimeslots[0]?.value, });
@faisalaltaf Could you provide more details about the issue that you're facing? Is there an error that's occurring?
If the customer enters values in the custom fields, it takes us to the email input field, so we are facing this issue.
applyAttributeChange({ type: "updateAttribute", key: "delivery_slot", value: newTimeslots[0]?.value, });