Is the name attribute required?
Is the name attribute in the form fields required? eg, name="email"
I am integrating the subscribe form with a registration form on my site. My CMS seems to be replacing the name attribute with something like name="form[email]', while the id attribute is left untouched (id="email"). I'm trying to troubleshoot why the form entries are not being posted to sendy, could this be why?
This discussion has been closed.
Comments
Hi @joomladirect,
The "name" field in Sendy's subscribe form code or the API is not required.
Hope this helps.
Thanks.
Best regards,
Ben
What about the field id's? Just trying to figure out how the form fields are posted sendy.
You mean the list's id? It's required. When you use Sendy's subscribe form HTML, it's auto populated.