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
Should be a case of adding a new form select, populating with the paths list (pulled via AJAX), then either when the donation form is submitted, or when a separate "Add to path" button is clicked, posting that.
Suggestion: http://nationbuilder.com/add_option_to_add_someone_to_a_path_when_manually_entering_a_donation
Should be a case of adding a new form select, populating with the paths list (pulled via AJAX), then either when the donation form is submitted, or when a separate "Add to path" button is clicked, posting that.
GET data: Get list of paths via AJAX - see https://github.com/ineffyble/nationtweaker/blob/master/nationtweaker.js#L202 for details
POST data: post to /signups/NBID/paths. Only form data is
path_journey[path_id]:PATHID
The text was updated successfully, but these errors were encountered: