Tagged Questions
3
votes
2answers
100 views
Form development optimization
Like many web developers I do forms all the time. I found myself doing the same all the time: placing input fields, assigning a name to each, ajax the form, then create the PHP which involves to ...
3
votes
3answers
177 views
Auto subscribe checkbox on registration
What are the laws on this? If I have a simple registration form, can I have underneath it:
[x] Subscribe to the blog
[x] Email me when a new release is issued
Auto checked? Or do they need to be ...