m1546
Forum Replies Created
-
Forum: Plugins
In reply to: [Fast Secure Contact Form] export to Excel or GooglsDocs ExcelThank you.
Forum: Plugins
In reply to: [Fast Secure Contact Form] confirmation e-mail to 2 e-mail addressesThank you, I hope the question and thoughts might be useful.
Kind regardsForum: Plugins
In reply to: [Fast Secure Contact Form] confirmation e-mail to 2 e-mail addressesYou are welcome. It might be possible, with the help of an external script: pass form’s data to the URL of the script, create Message body in the script to be sent (the same to the message body in the Confirmation email message on the Advanced tab), send to the desired e-mail address.
Form’s data could be sent to the script either via Advanced tab – Silent Remote Sending
Settings, or via Advanced tab – Redirect Settings.
That would not be an “elegant” solution, but should work.
Anyway, I was thinking if it is possible without an external script.
Sorry for late Re.
Kind regards.Forum: Plugins
In reply to: [Fast Secure Contact Form] confirmation e-mail to 2 e-mail addressesThank you. I was thinking about the confirmation mail, the one which is sent to the form submitter, and is customized on the Advanced tab.
Kind regards.Forum: Plugins
In reply to: [Fast Secure Contact Form] "To: Webmaster" line exclude from mail messageMaybe this helps:
If you enter just an email address into Email To field, like:
somename@xyc.com
the mail will contain: “To: Webmaster”.
If you enter a name and then an email address, separated with a comma, like:
Some name, somename@xyc.com
the mail will contain: “To: Some name”.
Hope it’s helpful.Forum: Plugins
In reply to: [Fast Secure Contact Form] "To: Webmaster" line exclude from mail messageThank you. I haven’t noticed there is a possibility to modify label next to the e-mail address the message is sent to. It puts a “Webmaster” label, if the one is ommited.
Kind regardsThank you.
Unfortunately no changes occured.
(test page: http://www.lectoriumrosicrucianum.hr/dogadjanja/predavanje/)For example:
http://www.lectoriumrosicrucianum.hr/dogadjanja/gnosticke-razgovorne-veceri/
Thanks.Forum: Fixing WordPress
In reply to: page doesn't display correct only for category posts (category.php)Some theme files required optimization. Thank you.
Forum: Fixing WordPress
In reply to: page doesn't display correct only for category posts (category.php)Thank you.
It is there, in the source code for category pages and others. DOCTYPE is included in header.php file.
I am not sure, but it is possible the problem appeared after WP had been upgraded to 3.4.2.Forum: Plugins
In reply to: [Plugin: Fast Secure Contact Form] Upgrade doesn't workA manaul upgrade did the thing.
Forum: Fixing WordPress
In reply to: WordPress upgrade problemA manual upgrade did the thing.
Forum: Fixing WordPress
In reply to: "No posts found." in Admin modulWeb host made a php upgrade and some additions were necessary in php.ini file:
cgi.force_redirect = 1
cgi.fix_pathinfo = 0Forum: Plugins
In reply to: [Plugin: Fast Secure Contact Form] Upgrade problemA manual upgrade was successful.
Forum: Fixing WordPress
In reply to: Query on custom field that stores date dataThis could be resolved by using ‘meta_query’ custom field parameter in query_posts() (where ‘type’ => ‘DATE’).
The custom field data should be saved as date data type.