2017-01-08, 04:33:24
I had to make the following change to get the contact form working.
I basically commented out a section of code in cbcontact_form.php:
My site has a lot of enforcement around canonical URLs, including rewrites in htaccess, so it's possible something specific to my configuration broke the form. Symptom was simply that the submit form wouldn't work and the page would just reload.
GetSimple version 3.3.13
Contact Form version 6.1
Fancy URLs enabled
Custom page slug
Canonical Redirects (GSCANONICAL) enabled
Additional rewrites in htaccess
I basically commented out a section of code in cbcontact_form.php:
Code:
$idpret = find_url($fich,'');
// EDIT [RAG]
// if ($PRETTYURLS !='') {
// $idpret = $idpret.'?';
// }
My site has a lot of enforcement around canonical URLs, including rewrites in htaccess, so it's possible something specific to my configuration broke the form. Symptom was simply that the submit form wouldn't work and the page would just reload.
GetSimple version 3.3.13
Contact Form version 6.1
Fancy URLs enabled
Custom page slug
Canonical Redirects (GSCANONICAL) enabled
Additional rewrites in htaccess