• Resolved pitaraj

    (@pitaraj)


    The plugin (MailChimp for WordPress) works fine. Thanks.

    I just want to know how to display the first 2 fields of my form side by side.

    The code for my subscription form is as follows:

    <input type=”text” name=”FNAME” placeholder=”Prénom” required=””>
    <input type=”text” name=”LNAME” placeholder=”Nom” required=””>
    <input type=”email” name=”EMAIL” placeholder=”Votre adresse de courriel” required=””>
    <input type=”submit” value=”Soumettre”>

    • This topic was modified 5 years, 3 months ago by pitaraj.
    • This topic was modified 5 years, 3 months ago by pitaraj.
    • This topic was modified 5 years, 3 months ago by pitaraj.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello,

    Thanks for reaching out to us.

    The default styling we offer only allows you to display the fields below each other. To display them next to each other, you can either use our premium version and then using style builder set the width of the fields to 50% or for more control, you will need to use custom CSS.

    Thread Starter pitaraj

    (@pitaraj)

    Thanks for your reply.

    Any chance you would show me what custom CSS I need? (I’m new to this)

    I would go for Premium if I needed the extra features, but I don’t.

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello,

    Please note that custom CSS is beyond the scope of our support. The CSS you require would be custom based on your theme in order to also override any CSS rules set by your theme.

    Can you share a link where we can check the form?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Displaying fields side by side’ is closed to new replies.