Setting up the Contact Form

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Fri May 31, 2013 6:30 pm
I feel like I'm missing something obvious but...How do you set up the Contact Form page so emails go to the right address?
User avatar
Fresh Boarder

GK User
Fri May 31, 2013 8:31 pm
Hi,

You can specify this e-mail address in Fest -> Template Options -> Pages -> Contact email option. If you don't specify this option, Contact Form template use your WordPress email from General Settings.
User avatar
Moderator

GK User
Fri May 31, 2013 8:38 pm
Strangely I receive emails at neither of the admin addresses that are in those fields.
User avatar
Fresh Boarder

GK User
Fri May 31, 2013 9:05 pm
Also I need to change "name" "email and "message" to another language. Where do I do that?
User avatar
Fresh Boarder

GK User
Fri May 31, 2013 10:46 pm
Your site is on the server (online) or on the local installation?

"Name" "email and "message texts are in Fest/template.contact.php file, you can replace these texts, but better solution is to translate whole theme using *.pot file (included in the theme language directory).

More details here.
User avatar
Moderator

GK User
Tue Jun 04, 2013 9:47 pm
Thanks for your reply. My site is on a server.

Most of the site has already been translated to Spanish so I'm not going to bother with the .pot file. I was able to change the form language in the .php file, but I'm still not receiving emails via the contact form. I've set the same email address in the Wordpress settings and the Fest settings but still nothing.
User avatar
Fresh Boarder

GK User
Wed Jun 05, 2013 8:39 am
Strange, I just did a test and everything is working good. I think it's a problem with your server ( SMTP settings), ask your server provider, you could also try to debug this - wp-config.php file and change
Code: Select all
define('WP_DEBUG', false);
to
Code: Select all
define('WP_DEBUG', true);


Then give me displayed PHP notices and warnings. (during email sending).

If you will still have problem with this, send me a PM with backend and FTP access to your site and I'll try to figure it out.
User avatar
Moderator


cron