Uikit3 forms, @Ricardo Honeypot stack and Sendy signups.
I successfully use the native Uikit3 form to allow for signups to Seny lists. I also use @Ricardo Honeypot stack to add said honeypot to regular Uikit3 forms, but I’m struggling to add the honeypot option to the Sendy forms.
As per Sendy, the input for it’s built-in honeypot is…
<style="display:none;">
<label for="hp">HP</label><br/>
<input type="text" name="hp" id="hp"/>
</div>
But I can’t work out how to translate that to the form.
Any ideas?