Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter slavrine

    (@slavrine)

    Hi, @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.

    • This reply was modified 8 years, 1 month ago by slavrine.
    • This reply was modified 8 years, 1 month ago by slavrine.
    • This reply was modified 8 years, 1 month ago by slavrine.
    Thread Starter slavrine

    (@slavrine)

    Dear 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!

    Thread Starter slavrine

    (@slavrine)

    Hi,
    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 only

    Thread Starter slavrine

    (@slavrine)

    lavr.ca

    I’m talking about the white floating bar at the top

    Thread Starter slavrine

    (@slavrine)

    Thanks a lot, alexandrastan001

Viewing 5 replies - 1 through 5 (of 5 total)