Question regarding Alpine.js
I need to implement a third party newsletter subscriber form and those docs tell me, that when I want a custom success callback, I would need to implement this:
Know I would like to set my alpine.js object to true:
x-data="{ customSubscribed: false }"
Is that possible with alpine?0 Replies