/var/www/hkosl.com/tokkyu407/view/contact.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html>
<html lang="en-HK" prefix="og: http://ogp.me/ns#">

<head>
    <title>特急407 - 聯絡我們
    </title>

    <meta name="keywords" content="YOKKYU407 ,407,YOKKYU,特急407,特急">

    <meta property="og:description" content="位於旺角兆萬中心之成人用品店,設會員現金回贈,消費滿$1000再95折。嚴密包裝,便利店取貨,免運費。" />

    <!-- css -->
    <?php include 'inc/headlinks.php';?>
    <!-- js -->
    <?php include 'inc/link-js.php';?>

    <script>
    window.dataLayer = window.dataLayer || [];

    function gtag() {
        dataLayer.push(arguments);
    }
    gtag('js', new Date());

    gtag('config', 'UA-178674315-1');
    </script>


</head>

<body>

    <!-- header -->
    <?php include 'inc/navbar.php';?>
    <!-- end of header-->

    <!-- breadcrumb -->
    <div class="breadcrumbWrapper grayBgColor">
        <div class="container">
            <a href="index.php" class="link"> 首頁</a> ><span> 聯絡我們
            </span>
        </div>
    </div>


    <section class="productBoxWrapper">
        <div class="container">
            <div class="row align-items-center align-items-stretch">


                <div class="col-lg-7">
                    <h4 class="mb-4">聯絡我們</h4>
                    <ul class="iconList">
                        <li><i class="fas fa-map-marker-alt"></i> 香港總店: 旺角西洋菜南街1N號兆萬中心4樓407號舖
                        </li>
                        <li><i class="fas fa-phone"></i> +852 6905 4678
                        </li>
                    </ul>
                    <hr>
                    <form id="contact-form" method="post" action="contact_controler.php" role="form">

                        <div class="messages"></div>
                        <div class="row">

                            <div class="col-md-3">
                                <div class="form-group">
                                    <label for="title">稱謂</label>
                                    <select name="Size" class="custom-select form-control fullWidth">
                                        <option selected value="1">請選擇</option>
                                        <option value="2">先生</option>
                                        <option value="3">女士</option>

                                    </select>
                                </div>
                            </div>
                            <div class="col-md-9">
                                <div class="form-group">
                                    <label for="name">姓名</label>
                                    <input type="text" class="form-control" id="name" name="name" placeholder="">

                                </div>
                            </div>
                            <div class="col-md-12">
                                <div class="form-group">
                                    <label for="contactEmail">電郵</label>
                                    <input type="email" class="form-control" id="contactEmail" name="email"
                                        placeholder="">

                                </div>
                            </div>

                            <div class="col-md-12">
                                <div class="form-group">
                                    <label for="phone">聯絡電話</label>
                                    <input type="text" class="form-control" id="phone" name="title"
                                        aria-describedby="contactTitle" placeholder="">

                                </div>
                                <div class="form-group">
                                    <label for="contactMessage">信息</label>
                                    <textarea class="form-control" id="contactMessage" name="message" rows="3"
                                        required="required" data-error="Please, leave us a message."></textarea>
                                    <div class="help-block with-errors"></div>
                                </div>

                                <button type="submit" class="btn btn-primary" value="Send message">傳送</button>

                            </div>
                        </div>
                    </form>
                </div>
                <div class="col-lg-5">
                    <p>香港總店:</p>
                    <iframe
                        src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3691.0008665404575!2d114.16838945083201!3d22.31580698524347!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x340400c720210ceb%3A0x44edf27658ac2b75!2z54m55oClNDA3IC0g55Sf5rS75oOF6Laj57K-5ZOB6aSo!5e0!3m2!1szh-TW!2shk!4v1609752074618!5m2!1szh-TW!2shk"
                        width="100%" height="500" frameborder="0" style="border:0;" allowfullscreen=""
                        aria-hidden="false" tabindex="0"></iframe>

                </div>

            </div>
        </div>
    </section>







    <!-- end #section -->


    <!-- footer -->
    <?php include 'inc/footer.php';?>

    <script type="text/javascript" src='https://www.google.com/recaptcha/api.js?hl=tc'></script>

    <!-- custom JS -->
    <script>




    </script>
</body>



</html>