I am trying to:
CRED form does not always complete the submission. There sometimes is an error: "UncaughtException Error: TB_WIDTH not defined." I do not know if that is the problem or not. The error comes from a JQueryUI JS file, and seems to have something to do with uploading a media (image) file. But, even if I remove the image upload code/field from the CRED form, the same error persists.
Upon clicking Submit, an email is sent to site admin alerting a new membership application form has been submitted, as well as an email to the form submitter saying "Thank you for applying..." I don't know if these are causing any problem or if the Submission ever gets to that point.
Link to a page where the issue can be seen:
lien caché
I expected to see:
After submission, CRED should redirect to a page with a Thank You message, and a new CPT "CNSV member profile" should be created with the form data.
Instead, I got:
After Submit, the form clears away from the content area, and the screen scrolls up a bit as if it is going to display my Thank You message. But, that message never appears. Also, a new CPT entry does not exist. Also, neither of the email notifications from the form are sent.
I have tested this systematically 20 times with Safari, Chrome, and Firefox with Dev Tools. All have this problem sometimes.