7strel
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 Widget] Widget has stopped workingHi, Just change the code. Look for
$widget_text = empty($instance['form']) ? '[contact-form 1 "Contact form 1"]' : stripslashes($instance['form']); echo apply_filters('widget_text', $widget_text);en change/modify to
$widget_text = empty($instance['form']) ? '[contact-form 1 "Contact form 1"]' : stripslashes($instance['form']); $my_shortcode = do_shortcode( $widget_text ); echo apply_filters('widget_text', $my_shortcode);- This reply was modified 7 years, 5 months ago by 7strel.
Hi caimin_nwl,
Thank you for your help!
Hi Caimin_nwl,
Thanks.
Hi Caimin_nwl,
Thanks for the answer. I know the tool, but I do not want to delete the orphaned events. What I want is to get a list of orphaned events through the database/SQL statement. How can I do that?
Forum: Plugins
In reply to: [Contact Form 7] Autoresponder to several emailadressesInside Bericht inhoud
Naam: [naam]
Tel: [tel]
Vestiging: [_raw_vestiging]Forum: Plugins
In reply to: [Contact Form 7] Autoresponder to several emailadressesHi Hilvie,
Sorry for not replying sooner. To see the “vestiging” name:
[_raw_vestiging] <[vestiging]>
Forum: Plugins
In reply to: [Contact Form 7] Autoresponder to several emailadressesHi Hilvie,
CF7 wil know because you send a value to the field vestiging.
All forms works with field (in your case vestiging)and values (your options).I made a screenshoot for you.
CF7 voorbeeldI hope the above is useful to you. Let me know if you have any questions.
Forum: Plugins
In reply to: [Contact Form 7] Autoresponder to several emailadressesHi Hilvie,
Works now or you still have problems?
Forum: Plugins
In reply to: [Contact Form 7] Autoresponder to several emailadressesHi Hilvie,
In the To field you have to put only this: [vestiging].
In het veld Aan vul je alleen dit : [vestiging]
Forum: Plugins
In reply to: [Contact Form 7] Autoresponder to several emailadressesHi Hilvie,
can you post a picture/printscreen of your settings?
Forum: Plugins
In reply to: [Contact Form 7] Autoresponder to several emailadressesHi Hilvie,
In the To field of the Mail(2) section you have to put your e-mail tag. In your case should be [vestiging].
Example:
Form:
[select vestiging “Amsterdam|[email protected]” “Dieren|[email protected]
“Echt|[email protected]” “Eibergen|[email protected]”]Email(2)
To field [vestiging]