[FreeForm] Missing quotes cause XHTML Strict validation error
Posted: 03 February 2008 12:23 PM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2006-11-21

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.

Profile
 
 
Posted: 04 February 2008 07:13 AM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  1685
Joined  2006-10-18

Thanks maryfs,

I’ll add this as a bug smile

 Signature 
Profile
 
 
Posted: 08 February 2008 06:58 AM   [ Ignore ]   [ # 2 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  1685
Joined  2006-10-18

Have a look here: smile
http://www.solspace.com/forums/viewthread/603/#2427

 Signature 
Profile