Hi, I'm new to Drupal development, so please excuse me if I'm missing something obvious.
I've been having some problems with getting the Ajax module(6.x-1.14) to work(as I think it should) with webforms created via the webforms(6.x-2.9) module. I've enabled all the required plugins and have set ajax to be enabled via ajax settings and also selected "Disable Redirect" for the specific webform as well as for "Content Type: Webform".
The thing is that no confirmation or warning messages are being displayed after I submit the form. I'm testing on a local server (WAMP) and I'm expecting the "warning: mail() [function.mail]: Failed to connect to mailserver..." warning whenever a message has been validated and successfully sent but it does not display a warning or a confirmation message.
I do get the standard confirmation message "Thank you, your submission has been received" if I do NOT select the "Disable Redirect" option.
Anyone had a similar problem and perhaps know where I'm going wrong?
Thanks