lorinc
Forum Replies Created
-
First of all, thanks for the reply.
I worked according that for a while and when nothing worked I directly copied the code from that page at it still didn’t work. When I tried to see content of the tag using
wpcf7_form_tag
hook i could see that option only contains name of the atribute, not it’s value:options: Array(1) 0: "default:myattr"
.Forum: Reviews
In reply to: [Social Sharing Plugin - Social Warfare] Version 3.5.0 Broke My SiteSame here: 3.5.0 broke my site, after re-enabling the plugin and updating to 3.5.1 I see “Array()” text right after body tag (visible on site as ugly white strip with text “Array()”). So I disabled the plugin once again (BTW: the site uses PRO version)
Forum: Plugins
In reply to: [Contact Form 7] “Invalid mailbox syntax” with valid mailbox syntax@espleyk But this is not how you supposed to create forms in CF7. You should use shorcodes. Check out some YouTube tutorials.
For example have look on this one:
https://youtu.be/4-Zcbo1Bxx0?t=330
or basically any other.Forum: Plugins
In reply to: [Contact Form 7] “Invalid mailbox syntax” with valid mailbox syntax@beckhall sorry for replying so late I didn’t notice the email notification until now. Your additional header should be as following:
Reply-To: [your-email]
The shortcode (content of square brackets) should contain only field name, nothing else. You have available shortcodes in the header of the settings of your contact form (on tab Mail) just under the text In the following fields, you can use these mail-tags: just keep in mind this list of shortcodes is updated on form save so when you change your form you need to save it to see updated codes. Let me know if it worked for you.
Forum: Plugins
In reply to: [Contact Form 7] “Invalid mailbox syntax” with valid mailbox syntaxOK. So it doesn’t work because your input name is “email” but in Additional Header you requested “your-email”. They both need to be the same.
Forum: Plugins
In reply to: [Contact Form 7] “Invalid mailbox syntax” with valid mailbox syntax@beckhall what is the name of your email field? Is it your-email? If not, change it to that. If it is, post somewhere screenshot of your form settings.
Forum: Plugins
In reply to: [Contact Form 7] “Invalid mailbox syntax” with valid mailbox syntax@carolinealices – in your “Form” part you should have following tag:
[email* your-email]
and in Additional Headers you should haveReply-To:<[your-email]>
Forum: Reviews
In reply to: [TinyMCE Custom Styles] Works greatThanks for the tip @tim. I will give it a try. But I still think, that in case, user needs only simple styling and is going to use this plugin for it’s original purposes, there is no need to add additional plugins, when this works so well.