Hello,
Apologies for the Delayed Reply and Thanks so much for your Continued Patience!
Thanks so much for the Kind Words! :)
This can be simply done using the include/form.php File. Please consider using the following code:
<div class="form-widget" data-loader="button">
<h5><strong>Subscribe</strong> to Our Newsletter to get Important News, Amazing Offers & Inside Scoops:</h5>
<div class="form-result"></div>
<form id="widget-subscribe-form" action="include/form.php" method="post" class="mb-0">
<div class="input-group mx-auto">
<div class="input-group-text"><i class="icon-email2"></i></div>
<input type="email" id="widget-subscribe-form-email" name="widget-subscribe-form-email" class="form-control required email" placeholder="Enter your Email">
<input type="text" name="widget-subscribe-form-botcheck" class="d-none" value="">
<button class="btn btn-success" name="widget-subscribe-form-submit" type="submit">Subscribe</button>
<input type="hidden" name="prefix" value="widget-subscribe-form-">
<input type="hidden" name="subject" value="New Subscriber">
</div>
</form>
</div>
This will definitely work fine. Hope this Helps!
You can consider checking the Form Documentation here: http://docs.semicolonweb.com/docs/forms/form-setup/ .
Let us know if we can help you with anything else or if you find any further issues.