Hello Danny,
unfortunately, not even an error message appears. The plug is connected, the list is selected and the Api code is correct.
I copied the code below into a text widget. It is right, or something is missing?
Let me know, thank you!
<p>
<label for=”mc4wp_f%N%_fname”>First name:</label>
<input type=”text” name=”fname” value=”” placeholder=”Your first name” />
<label for=”mc4wp_f%N%_email”>Email address: </label>
<input type=”email” id=”mc4wp_f%N%_email” name=”email” required=”true” placeholder=”Your email address” />
</p>
<p>
<input type=”submit” value=”Sign up” />
</p>