Can I pass an input value without name= ? 
Posted: 21 January 2008 05:33 PM   [ Ignore ]
Member
RankRankRank
Total Posts:  100
Joined  2007-03-12

I was just checking some old Freeform code and all my examples have name= in every input but it’s obviously not XHTML Strict.

What is the new method of doing it without using name= ?

I noticed that all your docs examples have name= too…

Profile
 
 
Posted: 22 January 2008 12:27 PM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  701
Joined  2004-03-30

Stinhambo,

Are we talking about fields like this? Isn’t the name attribute essential for form processing?

input type="text" name="some_name" value="” >

mk

 Signature 

Mitchell Kimbrough

Profile
 
 
Posted: 22 January 2008 12:27 PM   [ Ignore ]   [ # 2 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  701
Joined  2004-03-30

No wait. You must be talking about the form tag itself.

I thought we had pulled that out of the later Freeform module versions.

mk

 Signature 

Mitchell Kimbrough

Profile
 
 
Posted: 22 January 2008 02:25 PM   [ Ignore ]   [ # 3 ]
Member
RankRankRank
Total Posts:  100
Joined  2007-03-12

Sorry Mitchell, I’m being slow again. I was talking about each input but of course it’s fine.

Sorry to waste a perfectly good thread.

Profile