I'm using masked input js to custom style a select dropdown. I can get it all working no problem.
The only issue i've got is i'm making a slight edit to common.php, so every time the GF plugin is updated its going to lose changes. Can i add my changes somehow to functions.php to solve this issue?
Here's the amending bit of code: http://pastie.org/5499153 around line 2696 in Coda
I've basically changed <div class='ginput_container'> to be <div class='select_wrapper'> on the select only.
Any help would be great. Thanks