Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Stefano Lissa

    (@satollo)

    Or coding a custom form or using the short codes (see the site for a reference). Shortcodes does not work on widget, actually.

    Thread Starter addup

    (@addup)

    thanks Stefano,
    i just read in the site

    “The email field has a special attribute, “button_label”: if set a submission button is shown side by side with the input field to create a single line form. You should deactivate the general form submit button setting the “button_label” to an empty string on the [newsletter_subscription] short code.”

    i try this:
    [newsletter_field name=”email” label=”Your best email”]
    [/newsletter_form]

    but no results

    Plugin Author Stefano Lissa

    (@satollo)

    You code seems incomplete. Try

    [newsletter_form button_label=””]
    [newsletter_field name=”email” label=”Your best email” button_label=”Go on”]
    [/newsletter_form]

    I had the same question. It worked for me. Thank you Stefano!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘email and submit button in same row’ is closed to new replies.