KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/irtiweb/CATS/vendor/behat/mink/driver-testsuite/web-fixtures/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/irtiweb/CATS/vendor/behat/mink/driver-testsuite/web-fixtures/multiselect_form.html
<!DOCTYPE html>
<html>
<head>
    <title>Multiselect Test</title>
    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
</head>
<body>
    <h1>Multiselect Test</h1>

    <form method="POST" action="advanced_form_post.php">
        <select name="select_number">
            <option value="10">ten</option>
            <option selected="selected" value="20">twenty</option>
            <option value="30">thirty</option>
        </select>

        <select name="select_multiple_numbers[]" multiple="multiple">
            <option value="1">one</option>
            <option value="2">two</option>
            <option value="3">three</option>
        </select>

        <select name="select_multiple_values[]" multiple="multiple">
            <option value="1">one</option>
            <option value="2" selected="selected">two</option>
            <option value="3" selected="selected">three</option>
        </select>

        <input type="submit" name="submit" value="Register" />
    </form>
</body>
</html>

Anon7 - 2021