email subscribe

1 reply·opened Oct 2, 2021
M
MikeyD48Oct 2, 2021

First time setting up the subscribe. Which file do I put the email into for forwarding purposes. Thanks

S
SemiColonWebSTAFFOct 4, 2021

Hello,

By Default, the Subscribe Widget is provided to be used with MailChimp or Campaign monitor. If you would like to forward the Email to another Email Address, simply use 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 should definitely work fine. The Email can be setup in the include/form.php File. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard