I have a form coupled with AlpineJS. <form x-data="{ first_name: '', last_name: '' }" method="POST" @submit.prevent="submitForm" > I want the x-data details, first_name and last_name to be available in a global function. One option is to retrieve th...
alpinejs.in2 min read
No responses yet.