You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ajax signup action is nice for the user, but a separate congratulations or thank_you page would make it easier to track signups in analytics software without custom javascript.
The text was updated successfully, but these errors were encountered:
Could always just add event tracking for the subscribe button too, that's what I ended up doing. Be nicer to bind it to the submit event of the form though.
My implementation idea was to keep things super basic and friendly to any analytics solution by replacing the ajax form with a full page (re)load on submit. The ajax is nice but signing up is such a big event that I'm sure any user will be ok with full reload. (The main goal of this project is to avoid embedding a mailchimp form and going to mailchimp's site for the success/error screen.)
The ajax signup action is nice for the user, but a separate congratulations or thank_you page would make it easier to track signups in analytics software without custom javascript.
The text was updated successfully, but these errors were encountered: