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
Currently, we have a some JS that receives URL parms and prefills form data. The action to set form values works globally, except for our donate forms. The name/id we match other forms is not consistant with the donate form. We'd like to be able to also prefill donation forms.
Currently, we have a some JS that receives URL parms and prefills form data. The action to set form values works globally, except for our donate forms. The name/id we match other forms is not consistant with the donate form. We'd like to be able to also prefill donation forms.
Relevant JS:
https://github.com/MayOneUS/mayday-2.0-frontend/blob/master/_assets/javascripts/_includes/global.js#L15
Donation form HTML:
https://github.com/MayOneUS/mayday-2.0-frontend/blob/master/_includes/donate_form.html
Donate form JS:
https://github.com/MayOneUS/mayday-2.0-frontend/blob/master/_assets/javascripts/_includes/donate_form.js
The text was updated successfully, but these errors were encountered: