Dawn theme - Add "agree" checkbox to Footer Subscription Section

Dawn theme - Add "agree" checkbox to Footer Subscription Section

jk-sg
Shopify Partner
2 0 0

I am using Dawn theme.

I want to add an agree checkbox below to the newsletter subscription under the Footer Section.

 

The below image screesnshot - I added using inspect element.

https://ibb.co/0FD1d0S

Reply 1 (1)

Dan-From-Ryviu
Shopify Partner
11532 2256 2436

Hi @jk-sg 

You can do that by opening Online Store > Theems > Edit code > footer.liquid file, above this line of code '{%- endform -%}' in line 235, add this code 

<div class="field-agree" style="display: flex; align-items: center;">
  <input type="checkbox" id="agree-inpute" name="agree" value="I agree...." required>
  <label> I agree.... </label>
</div>

Screenshot 2024-10-18 at 10.31.42.png

Screenshot 2024-10-18 at 10.32.31.png

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.