stripe form not visible in billing method

hi ,
has anyone managed to solve the issue of the Stripe credit card # field not being able to receive inputs

i have pro version installed and its input visible in local project but when i try in live then its not visible .
i m useing godady server

Thanks.

Problems with that field’s display (or other pro-form display issues) are usually related to s2’s javascript/css not being loaded successfully. That’d be the s2member-o.php file.

Some security measures block it because it’s in the /wp-content/plugins/ directory or because of its long query string, and if you try to load it you’ll likely get a 403 error or similar. See: https://s2member.com/kb-article/mod-security-odd-403-503-500-errors/

:slight_smile: