HOTFIX: Corrected Contact form card #41
@@ -26,9 +26,12 @@
 | 
			
		||||
    }
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<Card headerLeft="Contact Me">
 | 
			
		||||
<Card>
 | 
			
		||||
    <div slot="headerLeft">
 | 
			
		||||
        Contact Me
 | 
			
		||||
    </div>
 | 
			
		||||
    <!-- Contact Form -->
 | 
			
		||||
     <form class="w-full max-w-3xl mx-auto flex flex-col gap-4 text-lg" action="https://api.staticforms.xyz/submit" method="post">
 | 
			
		||||
     <form slot="content" class="w-full max-w-3xl mx-auto flex flex-col gap-4 text-lg" action="https://api.staticforms.xyz/submit" method="post">
 | 
			
		||||
        <div class="hidden">
 | 
			
		||||
            <input type="hidden" name="accessKey" value="fbb5ec04-506b-448a-a445-a2e47579a966">
 | 
			
		||||
            <input type="hidden" name="replyTo" value="@">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user