<input type="checkbox" ID="RecquireFacebookInvitesCB" />Require
<select>
{section name=foo start=5 loop=50 step=1}
<option value="{$smarty.section.foo.index}">{$smarty.section.foo.index}</option>
{/section}
</select>
this many Facebook invites before entering sweepstakes

I have the above html (with smarty-php formatting tags) that produces two form elements and some text as displayed in my screen shot. I’d like to make this display as:
[CHECKBOX] Require [SELECTION LIST] Facebook invites before entering sweepstakes
I have my own ideas on how to implement this but I’m wondering what the best approach would be. Thanks!
Try changing your code to this: