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
{{ message }}
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.
When a state is clicked it turns green and a form appears with PHP validation. After submitting, if there are errors, it will return to the same page and display the errors. The problem is the state selected is black not green - meaning it returns back to the default color. How can I submit the form, if it returns to the page, how can I keep the state clicked as green?
I've tried combining php and jquery using if and else statements, jquery load and click, but have not been successful. Can someone explain how this can be done?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When a state is clicked it turns green and a form appears with PHP validation. After submitting, if there are errors, it will return to the same page and display the errors. The problem is the state selected is black not green - meaning it returns back to the default color. How can I submit the form, if it returns to the page, how can I keep the state clicked as green?
I've tried combining php and jquery using if and else statements, jquery load and click, but have not been successful. Can someone explain how this can be done?
The text was updated successfully, but these errors were encountered: