PluginProbe
Maps Plugin using Google Maps for WordPress – WP Google Map / 1.5.2
Maps Plugin using Google Maps for WordPress – WP Google Map v1.5.2
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.5.2, at includes/wpgmap_contact.php

122 lines 5.3 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 <span style="color:red">Please provide a valid email for further communication</span>
24 </td>
25 </tr>
26 <tr>
27 <th>
28 <label for="srm_gmap_website">Website</label>
29 </th>
30 <td>
31 <input type="text" class="wp_gmap_contact_field" name="srm_gmap_website"
32 value="<?php echo get_bloginfo('url'); ?>"
33 id="srm_gmap_website"
34 placeholder="http://example.com"></td>
35 </tr>
36 <tr>
37 <th>
38 <label for="srm_gmap_category">Topic</label>
39 </th>
40 <td>
41 <select name="srm_gmap_category" class="wp_gmap_contact_field" id="srm_gmap_category">
42 <option value="plugins_options">Plugin Settings Related</option>
43 <option value="functionality_request">Suggest new functionality</option>
44 <option value="bug">API key issue</option>
45 <option value="bug">Report a bug</option>
46 <option value="other">Other Issue</option>
47 </select>
48 </td>
49 </tr>
50 <tr>
51 <th>
52 <label for="srm_gmap_subject">Subject</label>
53 </th>
54 <td>
55 <input type="text" name="srm_gmap_subject" class="wp_gmap_contact_field" value=""
56 id="srm_gmap_subject" required=""></td>
57 </tr>
58 <tr>
59 <th scope="row">
60 <label for="srm_gmap_message">Message</label>
61 </th>
62 <td>
63 <textarea name="srm_gmap_message" class="wp_gmap_contact_field" id="srm_gmap_message"
64 placeholder="Hello Saidur Rahman" required=""
65 rows="3" cols="50"></textarea>
66 </td>
67 </tr>
68 <tr>
69 <th></th>
70 <th>
71 <input type="hidden" name="srm_gmap_contact_submit">
72 <button class="button button-primary button-hero" style="float: left;" type="submit">
73 <i class="fa fa-upload"></i>
74 Send email
75 </button>
76 </th>
77 </tr>
78 </tbody>
79 </table>
80 </form>
81 </div>
82
83 <div class="srm_gmap_instructions">
84 <h3>Frequently asked questions</h3>
85 <ul>
86 <li>
87 <a href="http://srmilon.info/2019/02/18/how-to-get-google-map-api-key" target="_blank">How to get API
88 key?</a>
89 </li>
90 <li>
91 <a href="http://srmilon.info/2019/03/31/how-to-get-your-license-key" target="_blank">How to get your
92 License key?</a>
93 </li>
94 <li>
95 <a href="http://srmilon.info/2019/07/03/dont-see-embed-google-map-button-in-new-editor" target="_blank">Don’t see “Embed Google Map” button in new Editor?</a>
96 </li>
97 <li>
98 <a href="http://srmilon.info/2019/03/31/how-to-add-google-map-in-your-wordpress-page" target="_blank">How to
99 add Google Map in page?</a>
100 </li>
101 <li>
102 <a href="http://srmilon.info/2019/03/31/how-to-add-google-map-in-your-wordpress-post" target="_blank">How to
103 add Google Map in post?</a>
104 </li>
105 <li>
106 <a href="http://srmilon.info/2019/03/31/how-to-add-google-map-in-sidebar-as-widget" target="_blank">How to
107 add Google Map in Sidebar as widget?</a>
108 </li>
109 <li>
110 <a href="http://srmilon.info/2019/03/31/can-not-load-the-map-correctly" target="_blank">Do you see "the page
111 can\'t load the map correctly"?</a>
112 </li>
113 </ul>
114 </div>
115
116 <div class="srm_gmap_video_area">
117 <iframe width="100%" height="520" src="https://www.youtube.com/embed/FRBqfx_lB-Y" frameborder="0"
118 allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
119
120 </div>
121
122