Subscribe issue

1 reply · opened Mar 25, 2021

AalmajdalMar 25, 2021

Hello,
Hope this finds you well,

I followed your documentation on subscribe widget and after creating mailchimp account, I tested the widget in various Canvas pages and it works fine (see attached picture), except one subscription widget located in ( blog-both-sidebar.html) as below. this one does not work.
Note: the action attribute originally was having # sign, but I replaced it to have the (include/subscribe.php)
The form did not have ( method="post" ) and I included it (try both with and without) ...…But at the end, It didn't work.

SUBSCRIBE WIDGET CODE:

					  			<div class="widget subscribe-widget clearfix">

								<h4>Subscribe to Biomedresearches Newsletter</h4>
								<h5>Subscribe to Our Newsletter to get Important News, Articles & More:</h5>
								<form action="../include/subscribe.php" method="post" class="my-0">
									<div class="input-group mx-auto">
										<input type="text" class="form-control" placeholder="Enter your Email" required="">
										<div class="input-group-append">
											<button class="btn btn-success" type="submit"><i class="icon-email2"></i></button>
										</div>
									</div>
								</form>
							</div>

Kindly advise
Note: in the include folder, there are three subscribe.phb files (subscribe-cm ; subscribe-email ; subscribe), so, Am I using the wrong file (knowing the subscribe.php) file worked well with the widget in the attached picture.

Regards

SSemicolon WebSTAFFMar 27, 2021

Hello,

Thanks for your Patience!

Some Code Blocks are provided only for Sample Purposes and you can simply compare other Subscribe Widget and adjust the Codes to make it work. For the blog-both-sidebar.html Template, you can simply use the following code:
[ch_pre]

Subscribe For Latest Offers
Subscribe to Our Newsletter to get Important News, Amazing Offers & Inside Scoops:

[/ch_pre]

This will definitely work fine. 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