Hi, I’ve seen a couple of folks on the forum with similar problems, but I can’t seem to use their fixes. Here’s the scoop:
This page (seriously under construction) http://www.thefrisky.com/site/hotness-ballot/ uses the following code:
{exp:freeform:form form_name="hotnessVotes" form_class ="hotnessNominations" return=""}
<h2 style="text-align:center;margin-bottom:10px;_height:40px">I HEREBY NOMINATE THE FOLLOWING HOTNESS:</h2>
<div class="hotnessNominationsRow">
<p>1. Hottest Actress</p>
<input type="radio" name="voteHottestActress" value="Candidate 1" /> Candidate 1<br />
<input type="radio" name="voteHottestActress" value="Candidate 2" /> Candidate 2<br />
<input type="radio" name="voteHottestActress" value="Candidate 3" /> Candidate 3<br />
<label>Hottest Actress:</label> <input type="text" name="voteHottestActress" value="" class="hotnessNominationField" />
</div>
</div>
<p style="margin-left:380px;_margin-left:330px;font-size:115%;">
<input type="submit" name="submit" value="Submit Nominations" />
</p>
{/exp:freeform:form}
I have created the field voteHottestActress. If I enter data into the text field, it is recorded. So it’s only the radio buttons that are a problem.
*EDIT* Forgot to mention this is on ee 1.6.3
