antipode3141592 / RACC_Stripe

Stripe Integration with shortcodes for RACC
MIT License
0 stars 0 forks source link

Decouple Form/CSS/Javascript #2

Open antipode3141592 opened 6 years ago

antipode3141592 commented 6 years ago

Currently, the html form has explicit style definitions. These should be removed. The javascript hide/show routines should add/remove css classes instead of manipulating the style display.

antipode3141592 commented 6 years ago

Need to restructure entire form to decouple form, style, and logic (currently a little tangled. operational, but could certainly be improved for future additions/changes)