I am combining the Sendy name and email fields with another form on my site, and doing a silent post to my sendy/subscribe url. The form is filled out but submitting returns the error message from sendy "Some Fields are Missing" These are the fields I am using in the form:
input type="text" name="name"
input type="text" name="email"
Any idea what the problem might be?