✔ Footer - Sign up for emails - switch to feedburner code, remove the theme settings option
Completed by Kyle S.
- Assigned to
-
Kyle S.
- Notes
-
HTML can be found here: https://stanastasia.diocesanweb.org/about-us/im-new/sign-up-for-emails/
<form style="text-align:center; margin-top: -7px;" action="https://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('https://feedburner.google.com/fb/a/mailverify?uri=StAnastasiaRomanCatholicChurch', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"> <p><small>Enter your email address:</small></p> <p> <input type="text" style="width:140px" name="email"> </p> <input type="hidden" value="StAnastasiaRomanCatholicChurch" name="uri"> <input type="hidden" name="loc" value="en_US"> <input class="searchsubmit" style="cursor:pointer; margin-top: 4px; width: 110px;" type="submit" value="Subscribe"> </form>
Stole this code from the current site, you may have to adjust a couple of values here and there for the footer, but this is what they want, not the Gravity Forms, which means also take off the Theme Settings option for the form selector.
Also, am I just hard-coding this stuff, or do they want to customize any of it later.
They seem to be doing a remarkable job of ruining the vast majority of my efforts to future-proof this site and make it easy for any developer to pop open the hood and work on this.
I hope they realize how much money they're costing their future selves.
I don't think they realize that, but the heart wants what the heart wants.
.searchsubmit { position: absolute; cursor: pointer; background: $tertiary; border-radius: 0; width: 2.5rem; height: 100%; padding-right: 0; top: 50%; right: 0; transform: translateY(-50%); transition: background 0.25s ease-in; &:hover, &:focus { background: $secondary; } i { position: absolute; color: $senary; top: 50%; right: 50%; transform: translate(50%, -50%); } }