-
AuthorPosts
-
August 12, 2015 at 1:43 pm #486532
Hi, I have visited your page on “Mailchimp Forms integration into Enfold”
http://kriesi.at/documentation/enfold/mailchimp-integration/
I replaced the default markup as instructed under “Creating a basic Form”
Then I amended the “Form Styling”
Using the shortcode [mc4wp_form] all is working fine for a single column three row (including button) form
I have installed this in my footer (website link in Private Content)
On your Enfold Shop demo homepage http://kriesi.at/themedemo/?theme=enfold-overview you have a single row newsletter sign up form just above the footer.
I created an install and imported the shop demo content. I see this form was created using the Contact Form element in the Advanced Layout Builder and not the Mailchimp shortcode.
Is it possible for me to replicate this sign up form for Mailchimp using the shortcode [mc4wp_form] and the code you posted in “Playing with columns” on http://kriesi.at/documentation/enfold/mailchimp-integration/
Basically I want to replicate the light transparent single row form but have it connected to my Mailchimp list.
I also want to retain the single column form in the footer.
Is it possible to have both styles on the same website?Thanks in advance…
August 13, 2015 at 11:18 am #487077Hey Denis!
It is possible, you just need to wrap the form HTML with the following to make it “transparent”:
<fieldset class='av-light-form'> ..FORM HTML HERE.. </fieldset>
That being said, if you plan to have multiple MC forms you’d need to purchase the Pro version of the plugin:
https://mc4wp.com/features/Best regards,
JosueAugust 14, 2015 at 9:04 pm #487981Hi, I have spent hours on this and am pulling my hair out as I just don’t understand how to do this and I don’t thing you understand what I am trying to do.
I have followed the instructions from
http://kriesi.at/documentation/enfold/mailchimp-integration/
and successfully installed and connected my Mailchimp sign up form in my websites Footer.What I want to do now is to also have a sign up form for the same Mailchimp list in the body of the website but as a one line form (as well as still keeping the one in the footer).
Your instructions say to modify the form mark up with
<div class=”av-form-labels-visible”>
<p class=”first_form form_element form_element_third”>
<label>Your Name:</label>
<input type=”text” name=”FNAME” placeholder=”Your name” required />
</p>
<p class=”form_element form_element_third”>
<label>Email address: </label>
<input type=”email” name=”EMAIL” placeholder=”Your email address” required />
</p>
<p class=”form_element form_element_third modified_width”>
<input type=”submit” value=”Sign up” class=”button” />
</p>
</div>But the form markup is already modified with code you give earlier in the article…
<p>
<label>Your Name:</label>
<input type=”text” name=”FNAME” placeholder=”Your name” required />
</p>
<p>
<label>Email address: </label>
<input type=”email” name=”EMAIL” placeholder=”Your email address” required />
</p>
<p>
<input type=”submit” value=”Sign up” class=”button” />
</p>and when I add both sets of mark up I end up getting two forms, one a single column 3 row and the other a single rom 3 column underneath the first one.
So am I right in saying that I cannot have both style forms in the one website?
August 14, 2015 at 10:08 pm #488029Hey!
The basic version of the plugin only allows you to have one MC form, you’d need to upgrade it in order to have multiple forms with different markups throughout the page.
Best regards,
JosueAugust 15, 2015 at 3:21 pm #488242Hi Josue. Thanks for that, all clear now, you may close this thread.
-
AuthorPosts
- The topic ‘Single line Mailchimp Sign Up Form’ is closed to new replies.