-
-
Notifications
You must be signed in to change notification settings - Fork 777
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
Port over form submissions and Action Network integration #3
Labels
Complexity: Missing
Feature Missing
This label means that the issue needs to be linked to a precise feature label.
size: missing
Comments
3 tasks
11 tasks
KianBadie
pushed a commit
to KianBadie/website
that referenced
this issue
Sep 26, 2020
Styling changes
akibrhast
pushed a commit
that referenced
this issue
Mar 10, 2021
* fix line height (#837) (#3) * fix line height * moves quotes upwards on the card Co-authored-by: Josh Bubar <[email protected]> * Update * Fixed issue Co-authored-by: Josh Bubar <[email protected]>
9 tasks
Closed
5 tasks
11 tasks
17 tasks
16 tasks
ExperimentsInHonesty
added
the
Feature Missing
This label means that the issue needs to be linked to a precise feature label.
label
Aug 13, 2023
5 tasks
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Complexity: Missing
Feature Missing
This label means that the issue needs to be linked to a precise feature label.
size: missing
The two forms should be broken out to individual components. Action Network API communication should be abstracted out to a service so that it can be shared between the two form components. Axios is the ajax library we're using. Quick sign up only needs to submit to Action Network, then can show a confirmation. Suggestion box first submits to Action Network, then submits to the Netlify form. See old JS here: https://github.com/hackforla/website-redesign/blob/master/app/scripts/main.js#L114-L160.
The text was updated successfully, but these errors were encountered: