I am hoping to add a special newsletter form on a blog page for an event that is coming up.
I was able to add a form to the blog page. However, when the user is done, they don’t receive a confirmation next to that form. Instead, the confirmation is added to the newsletter form in the footer. And the page is large enough that the user rarely sees the green confirmation unless they scroll down. So some of our testers have attempted to fill in the form numerous times thinking that it did not work.
Here’s the page where that form resides: https://www.amclassic.com/blogs/contests/all-things-gravel-expo
The content should go to the same customer list for the store. I just need a landing page with a specific form for this event.
Hi @ccsachs ,
You can declare id and add condition at function ‘form.posted_successfully?’ for differentiating forms, it will work fine. Example:
Code:
{%- assign formID = 'ContactFooter' -%}
{%- if form.posted_successfully? and formID == 'ContactFooter' -%}
{%- endif -%}
Hope it helps!
Hi @ccsachs ,
I tried to figure out the reason why the success message is not displaying on subscribe newsletter section on the blog page, I came to know that the prestige theme by default provides the functionality of the success message display on subscribe newsletter. Please check the attached the screenshot:
So, I believe that there was some issue with adding the newsletter section on the blog page so you may try to add the section once again. Might be it will help to resolve this issue.
Thank you.