slavrine
Forum Replies Created
-
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] CF7 and mailchimp groupsHi, @hchouhan,
I’m doing exactly that. This is the code that the plugin generates:
<label>
<input name=”INTERESTS[603a671e7c][]” type=”checkbox” value=”788bcdf62f”> <span>Distance Learning group</span>
</label><label>
<input name=”INTERESTS[603a671e7c][]” type=”checkbox” value=”5838e75428″> <span>Newsletter</span>
</label>I’m pasting it right in the form. Above this code, I prefix the fields like that:
Before prefixing:
[text* FNAME]
After prefixing:
[text* mc4wp-FNAME]
I have also pasted the php code in the functions.php (following plugin instructions). This isn’t working, and I can’t figure out what did I do wrong. Would you have any suggestions?
One thing that I can think off is email. It is suggested as a requirement on the mailchimp form generator. However, I want to prefix the CF7’s email shortcode and use that (I needed for receipt generation). So, I’m using this:
[email* mc4wp-EMAIL]
instead of this:
<input type=”email” name=”EMAIL” required>
for my email input field.Update: “The code you used is to add the interest groups to the comment form and not CF7. ”
If you mean to say the shortcode has to be used- in my case: [mc4wp_form id=”1150″] or [mc4wp_checkbox], the first just displays [mc4wp_form id=”1150″] on the body of the page (no checkboxes), and the second displays only one checkbox for the main list.Forum: Plugins
In reply to: [Contact Form 7] Checkbox exlusive not working rightDear Takayuki,
I did try it on the first checkbox in order to test if it would work or not.
I am using Nirvana theme from Cryout creations.
I am not blocking CF7 on purpose) Would you be able to point out how can I force load the JS file for CF7 (or some other way of doing it)?
I did try to put an inline JS script like described here , but could not get it to work (I’m very new to JS).Thanks a lot!
Forum: Plugins
In reply to: [Facebook Plugin: WP Social] Feed widget does not displayHi,
I wanted to have 3 feeds displayed on my page, so I thought all I need is to generate a shortcode for each and paste it into a text box. But it looks like it’s good for one feed onlyForum: Themes and Templates
In reply to: [Zerif Lite] How to remove the navbarlavr.ca
I’m talking about the white floating bar at the top
Forum: Themes and Templates
In reply to: [Zerif Lite] Linking the buttons in the headerThanks a lot, alexandrastan001