Jump to content

Newbie need help


andy12

Recommended Posts

I am trying to make a minor change to a page. As it is, the users can write the number of days their post will stay on the site. I want to limit this to a list on drop down menu that give them 2, 3, 4, 5, 6 days only.

 

the existing code reads:

 

div id="options">
<div class="section">
<ul>
<li>
<label><p><?php echo LANG::_('Post_Length')?></b><b class="req">*</b></label>
<input class="txt" style="width:30px" maxlength="3" type="text" name="duration" value="" /> <?= LANG::_('days')?>.</p>
</li>
</ul>
<p><?= LANG::_('Post_Length_for')?> <span id="category_name"></span> <?= LANG::_('should_be')?> <span id="suggested_length"></span>.</p>
</div>
 
 
Link to comment
https://forums.phpfreaks.com/topic/284993-newbie-need-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.