DEV Community

Discussion on: How to use SvelteKit with Netlify Forms

Collapse
 
danawoodman profile image
Dana Woodman

Nice writeup! I don't use Netlify Forms but I should def remember to use them more as they're so convenient :)

One minor thing I noticed, you could use on:submit|preventDefault on the AJAX form example

Collapse
 
swyx profile image
swyx

good call, will add

Collapse
 
danawoodman profile image
Dana Woodman

Just noticed something; could you do e.target instead of the getElementById bit?

Thread Thread
 
swyx profile image
swyx

sure but at that point its just JS. i copy and pasted that one haha