If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Whenever I submit my FaaS form, I receive a white screen. Here is the live form: https://cfnrv.org/donate/. Is there anything obvious that I'm missing?
The ONLY reason for a white page is when the form posted to FaaS is not a secure site. If the URL is not https:// and you are posting to us in PRODUCTION mode the FaaS processor will not accept the post.
In TEST mode the form will work since it only processes 4111 card number but once moved to production it will not process except when the referring URL is a secure site.
The page you posted is not available and I get a 404 error when I visit it.
I assure you that if you are seeing a white page it is definitely because you are not posting to us using SSL. Please test it and make sure the page that form is located in is in fact SSL and secure.
White page means insecure post. It is also in the manual and FAQ.
I'm really confused then because it's being accessed through https and Firefox, Safari, and Chrome all show that the certificate is valid. The opening form tag looks correct and is submitting to an https address: <form action="https://faas.Cloud.ClickandPledge.com" method="post">. So what am I missing? I've dug through the manual and the FAQ and nothing explains what's going on.
Comment