I’m using FreeForm v.2.6.1 and I’ve noticed there are quotes missing in two of the attributes when output to HTML. The form is functioning great, just not validating XHTML Strict. Here’s what’s happening: (variables changed below for illustration purposes)
I entered this FreeForm tag:
{exp:freeform:form form_id=’form id’ form_name=’form name’ required=’name|email’ notify=’name@domain.com’ onsubmit=’return checkform();’ template=’template_name’ return=’/template/page’ form_class =’contact’ }
» Form here «
{/exp:freeform:form}
And it outputs:
<form class="contact" id=form id method="post" action="http/url..." onsubmit="return checkform();” >
<div class=hiddenFields>
» Hidden fields here «
</div>
........................
I’ve tried every seemingly possible combination of single/double quotes to try to ‘force’ them in there,
If this isn’t in fact a bug, hopefully someone out there can shed some light on my error.
