Posts tagged as:

web-form-buddy

The Form “ID” Attribute Versus The “Name” Attribute

January 9, 2010

Up until now, in a situation where you have several forms in one page, Web-form-buddy has asked you to use the “name” attribute of the form tag in order to distinguish one form from another. Like this:
<form name=”xyz” method=”post” action=”your-script-name.cgi”>
Well  this will still continue to work with your existing forms. But we have decided from [...]

Read the full article →