Open adamdoe opened 7 years ago
We need a better way of managing the SS forms from the backend.
My thoughts are to use constants, for example:
define("SS_DEV_LOGIN", "form-code-here"); define("SS_PROD_LOGIN", "form-code-here");
define("SS_DEV_SPONSOR_CONTACT", "form-code-here"); define("SS_PROD_SPONSOR_CONTACT", "form-code-here");
I'm open to other suggestions.
We need a better way of managing the SS forms from the backend.
My thoughts are to use constants, for example:
define("SS_DEV_LOGIN", "form-code-here"); define("SS_PROD_LOGIN", "form-code-here");
define("SS_DEV_SPONSOR_CONTACT", "form-code-here"); define("SS_PROD_SPONSOR_CONTACT", "form-code-here");
I'm open to other suggestions.