Skip to content
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

fix(form): auto open form modal JS code is not working #3030

Closed
ravinderk opened this issue Apr 12, 2018 · 0 comments
Closed

fix(form): auto open form modal JS code is not working #3030

ravinderk opened this issue Apr 12, 2018 · 0 comments
Assignees

Comments

@ravinderk
Copy link
Collaborator

User Story

As an admin, I want form modal to open automatically if the parameter set in URL so that donor can donate more easily.

image

Current Behavior

Form modal does not open when form-id and payment-mode set in URL ?form-id=188&payment-mode=manual

Expected Behavior

Auto-open form modal if form-id and payment-mode set in URL

Solution

Because of webpack, the previously global function is not accessible anymore we can make them accessible by window.{function}.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant