-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AC-14, persist #55
base: master
Are you sure you want to change the base?
AC-14, persist #55
Conversation
@andrewroth we'll likely need your help and advice for the jQuery here |
Looks good on staging, so far as it goes. |
app/javascript/campaign-form.js
Outdated
@@ -57,6 +57,8 @@ if (typeof window.campaignForms === 'undefined') { | |||
// Disable and hide form | |||
form.addClass('hidden').find('input, button').prop('disabled', 'disabled') | |||
} | |||
|
|||
// MK: Stow any fields of class "cfpersisted" in well-named sessionStorage key |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...where "well-named ... key" probably means using the id of the field with the trailing number stripped off. That is, cf_email_address_457
becomes cf_email_address
.
No description provided.