0
Q:

swal mail

const { value: email } = await Swal.fire({  title: 'Input email address',  input: 'email',  inputPlaceholder: 'Enter your email address'})if (email) {  Swal.fire(`Entered email: ${email}`)}
0

New to Communities?

Join the community