The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/showthread.php 28 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
put select in selected mode
#3
i presume you want to be able to have a select option as selected ? try something like this:

<pre>
Code:
<select id="recaptcha" class="form-control" name="recaptcha">
    <option value="1" <?php if($settings->recaptcha==1) echo 'selected="selected"'; ?> >Yes</option>
    <option value="0" <?php if($settings->recaptcha==0) echo 'selected="selected"'; ?> >No</option>
</select>
</pre>


hope that helps
  Reply


Messages In This Thread
put select in selected mode - by marceloatmartins - 07-10-2017, 08:10 PM
put select in selected mode - by mudmin - 07-11-2017, 10:44 AM
put select in selected mode - by firestorm - 07-11-2017, 02:37 PM
put select in selected mode - by marceloatmartins - 07-12-2017, 06:10 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)