This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="row"> | |
<div class="col-lg-12"> | |
<form action="https://forms.octantis.ca/index.php" method="post" id="form"> | |
<div class="row"> | |
<div class="col-md-6"> | |
<div class="form-group"> | |
<input class="form-control" id="firstname" name="firstname" type="text" placeholder="First Name *" data-required="true"> | |
<p class="help-block text-danger"></p> | |
</div> | |
<div class="form-group"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT | |
p.ID, | |
m.meta_value, | |
md.post_author, | |
wp_users.user_nicename, | |
p.post_parent, | |
p.menu_order, | |
md.post_title | |
FROM | |
wp_posts AS p |
NewerOlder