dropdown fields? 
Posted: 23 June 2008 03:30 PM   [ Ignore ]
Newbie
Rank
Total Posts:  3
Joined  2008-04-03

I looked through the docs and saw this example on drop downs.

<p>Favorite Foods<br />
<
select name="foods[]" multiple="multiple" />
<
option value="Broccoli">Broccoli</option>
<
option value="Sushi">Sushi</option>
<
option value="Chocolate">Chocolate</option>
<
option value="Bananas">Bananas</option>
</
select>
</
p>

Now how do I tie that into my form and make everything work?

Profile
 
 
Posted: 24 June 2008 07:43 AM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3356
Joined  2006-10-18

dvancouver,

You’ll first need to create a custom field in the Freeform CP called “foods” (or whatever you wish)
Then, place that code you have, into your template smile

That’s all! smile

Have a look at these tutorials here: http://www.solspace.com/forums/viewthread/996/

 Signature 
Profile
 
 
Posted: 24 June 2008 03:26 PM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  3
Joined  2008-04-03

thanks pie man!  I did that but it does not come through in the email. Any idea why not?

Profile
 
 
Posted: 24 June 2008 03:51 PM   [ Ignore ]   [ # 3 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3356
Joined  2006-10-18

What does your notification template look like? smile

 Signature 
Profile
 
 
Posted: 27 June 2008 08:54 AM   [ Ignore ]   [ # 4 ]
Newbie
Rank
Total Posts:  3
Joined  2008-04-03

It’s pretty basic.

Someone Just sent you a web form

Entry Date
: {entry_date}
{all_custom_fields}

Profile
 
 
Posted: 27 June 2008 09:59 AM   [ Ignore ]   [ # 5 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3356
Joined  2006-10-18

I would try specifying all the fields seperately wink
It’s neater that way anyway smile

 Signature 
Profile