• Resolved RonaldS

    (@norus)


    Hi,
    1) I try to set css for the tnp-submit without success.
    Did it in Advanced Settings – Custom styles. See below code:

    .tnp.tnp-subscription input.tnp-submit {
    	margin-top: 20px !important;
    }

    printscreen

    Any idea why this CSS is not working?

    2) Can you add in next version – update following features:
    Button text: variable
    input fields: add placeholder text
    Enable/Disable: input field label text.

    Hope you can help.
    Regards.
    Ronald

    • This topic was modified 5 years, 10 months ago by RonaldS.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter RonaldS

    (@norus)

    In Custom Forms I have add this code as Form=1:

    <div class="tnp tnp-subscription">
    <form method="post" action="https://mysite.com/en/newsletter?na=s" onsubmit="return newsletter_check(this)">
    
    <input type="hidden" name="nlang" value="en">
    <div class="tnp-field tnp-field-email"><input class="tnp-input-field" type="email" placeholder="Email"  name="ne" required></div>
    <br />
    <div class="tnp-field tnp-field-button"><input class="fusion-button button-flat button-round button-large button-green" type="submit" value="Sing up for free">
    </div>
    </form>
    </div>

    I call it with this shortcodes:

    [newsletter] 
    [newsletter_form form="1"]
    [/newsletter] 

    No results.
    But it does not appear on screen. Still get the default label and no placeholder text.

    Plugin Author Stefano Lissa

    (@satollo)

    Do not wrap the newsletter_form with newsletter shortcode.

    Stefano.

    Thread Starter RonaldS

    (@norus)

    Please give me a code example. Makes it easier to understand. My age (>60) needs it.

    • This reply was modified 5 years, 10 months ago by RonaldS.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Submit button css does not work’ is closed to new replies.