Hey guys
I have just installed Gravity Forms for the first time to use as a contact form to start with and go more advanced from there.
I have been playing around with both a default install and its custom functions and seems to do everything I want...except send the actual contact form email entry haha.
Form in question: http://transposedmedia.com/contact
I have tried changing my default Wordpress email address to several different gmail and google apps emails and I don't believe it is an SMTP error as I have been able to send emails from different forms before, and I get all of the notification emails that I have setup.
The submitted forms are showing up in my entries page and the ajax confirmation works, just not getting the emails.
I have tried the following template tags and shortcodes but nada so far:
<?php gravity_form(1, false, false, '', '', true); ?>
[gravityform id=1 name=ContactForm ajax=true]
and pasted this in my functions.php to allow the template tags:
wp_enqueue_script("gforms_ui_datepicker", plugins_url("gravityforms/js/jquery-ui/ui.datepicker.js"), array("jquery"), "1.3.9", true);
wp_enqueue_script("gforms_datepicker", plugins_url("gravityforms/js/datepicker.js"), array("gforms_ui_datepicker"), "1.3.9", true);
wp_enqueue_script("gforms_conditional_logic_lib", plugins_url("gravityforms/js/conditional_logic.js"), array("gforms_ui_datepicker"), "1.3.9", true);
wp_enqueue_style("gforms_css", plugins_url("gravityforms/css/forms.css"));
If anyone could help me out that would be great as I am relying on this for new business opportunities.
Andy