PluginProbe
Maps Plugin using Google Maps for WordPress – WP Google Map / 1.4.3
Maps Plugin using Google Maps for WordPress – WP Google Map v1.4.3
1.9.7 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.5.0 1.5.1 1.5.2 1.5.3 All 96 releases
gmap-embed / includes / wpgmap_contact.php

wpgmap_contact.php in Maps Plugin using Google Maps for WordPress – WP Google Map 1.4.3, at includes/wpgmap_contact.php

117 lines 5.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="srm_gmap_contact_area">
2 <h3>Having problem? or you have any suggestion, please inform us!</h3>
3 <form id="srm_gmap_contact" action="<?php echo admin_url(); ?>admin.php?page=wpgmapembed&message=4" method="post">
4 <table class="" style="width: 90%">
5 <tbody>
6 <tr>
7 <th width="25%">
8 <label for="srm_gmap_name">Name</label>
9 </th>
10 <td width="80%">
11 <input type="text" class="wp_gmap_contact_field" name="srm_gmap_name" id="srm_gmap_name"
12 required=""/></td>
13 </tr>
14 <tr>
15 <th>
16 <label for="srm_gmap_email">Email</label>
17 </th>
18 <td>
19 <input type="email" class="wp_gmap_contact_field" name="srm_gmap_email"
20 value="<?php echo get_bloginfo('admin_email'); ?>"
21 id="srm_gmap_email" required=""
22 placeholder="example@mail.com">
23 </td>
24 </tr>
25 <tr>
26 <th>
27 <label for="srm_gmap_website">Website</label>
28 </th>
29 <td>
30 <input type="text" class="wp_gmap_contact_field" name="srm_gmap_website"
31 value="<?php echo get_bloginfo('url'); ?>"
32 id="srm_gmap_website"
33 placeholder="http://example.com"></td>
34 </tr>
35 <tr>
36 <th>
37 <label for="srm_gmap_category">Topic</label>
38 </th>
39 <td>
40 <select name="srm_gmap_category" class="wp_gmap_contact_field" id="srm_gmap_category">
41 <option value="plugins_options">Plugin Settings Related</option>
42 <option value="functionality_request">Suggest new functionality</option>
43 <option value="bug">API key issue</option>
44 <option value="bug">Report a bug</option>
45 <option value="other">Other Issue</option>
46 </select>
47 </td>
48 </tr>
49 <tr>
50 <th>
51 <label for="srm_gmap_subject">Subject</label>
52 </th>
53 <td>
54 <input type="text" name="srm_gmap_subject" class="wp_gmap_contact_field" value=""
55 id="srm_gmap_subject" required=""></td>
56 </tr>
57 <tr>
58 <th scope="row">
59 <label for="srm_gmap_message">Message</label>
60 </th>
61 <td>
62 <textarea name="srm_gmap_message" class="wp_gmap_contact_field" id="srm_gmap_message"
63 placeholder="Hello Saidur Rahman" required=""
64 rows="3" cols="50"></textarea>
65 </td>
66 </tr>
67 <tr>
68 <th></th>
69 <th>
70 <input type="hidden" name="srm_gmap_contact_submit">
71 <button class="button button-primary button-hero" style="float: left;" type="submit">
72 <i class="fa fa-upload"></i>
73 Send email
74 </button>
75 </th>
76 </tr>
77 </tbody>
78 </table>
79 </form>
80 </div>
81
82 <div class="srm_gmap_instructions">
83 <h3>Frequently asked questions</h3>
84 <ul>
85 <li>
86 <a href="http://srmilon.info/2019/02/18/how-to-get-google-map-api-key" target="_blank">How to get API
87 key?</a>
88 </li>
89 <li>
90 <a href="http://srmilon.info/2019/03/31/how-to-get-your-license-key" target="_blank">How to get your
91 License key?</a>
92 </li>
93 <li>
94 <a href="http://srmilon.info/2019/03/31/how-to-add-google-map-in-your-wordpress-page" target="_blank">How to
95 add Google Map in page?</a>
96 </li>
97 <li>
98 <a href="http://srmilon.info/2019/03/31/how-to-add-google-map-in-your-wordpress-post" target="_blank">How to
99 add Google Map in post?</a>
100 </li>
101 <li>
102 <a href="http://srmilon.info/2019/03/31/how-to-add-google-map-in-sidebar-as-widget" target="_blank">How to
103 add Google Map in Sidebar as widget?</a>
104 </li>
105 <li>
106 <a href="http://srmilon.info/2019/03/31/can-not-load-the-map-correctly" target="_blank">Do you see "the page
107 can\'t load the map correctly"?</a>
108 </li>
109 </ul>
110 </div>
111
112 <div class="srm_gmap_video_area">
113 <iframe width="100%" height="520" src="https://www.youtube.com/embed/Lak-tJjGjl8" frameborder="0"
114 allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
115 </div>
116
117