The minimal shortcode [newsletter_form type="minimal"] displays only email and button in a single line. How do I add a name field just in front of the email on the same line?
I couldn’t find a way to do it through your documentation. It will always give me different lines if I try the form:
[newsletter_form]
[newsletter_field name="email" label="Your best email"]
[newsletter_field name="first_name" label="Your name"]
[/newsletter_form]
Basically I just want name, email and signup button all on the same line. How to do this?