• Resolved juleskeeper

    (@juleskeeper)


    At the bottom of the web form, the following text is displayed:

    By submitting this form, you are consenting to receive marketing emails from: [Site Name], [Address], [City], [State], [Zip Code], [URL}. You can revoke your consent to receive emails at any time by using the SafeUnsubscribe? link, found at the bottom of every email. Emails are serviced by Constant Contact

    Is there a way for me to edit this – I hope? I’ve searched through settings, but have not seen an option.

    At a minimum, I would like to add a link to our Privacy Policy.

    • This topic was modified 3 years, 1 month ago by juleskeeper.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Constant Contact

    (@constantcontact)

    The “alternative disclaimer text” field in the settings page should override the default values there. Should be available to you as it looks like you’re on the latest version of the plugin.

    Thread Starter juleskeeper

    (@juleskeeper)

    Thank you for your response. I found the “Alternative Disclaimer Text” field.

    However, it’s not working as I would expect. If you go to WordPress Dashboard, Contact Form, Settings, General tab, scroll down to Global Form CSS Settings, Alternative Disclaimer Text, there is a text box where you can use text or HTML to override the default.

    I apply this HTML, but when I save it, some of the HTML tags are removed.

    PASTED THIS HTML:

    <html>
    <head>
    <title>Title of the document</title>
    </head>
    <body>
    <p>
    <b>
    <style=”color:#272c3f”;font-size:14px;>By subscribing, you agree to receive our ministry materials and agree with our Privacy Policy. You may unsubscribe at any time.</b>
    </p>
    </body>
    </html>

    AFTER SAVING CHANGES:

    <title>Title of the document</title>

    <p>
    <b>
    By subscribing, you agree to receive our ministry materials and agree with our Privacy Policy. You may unsubscribe at any time.</b>
    </p>

    As you can see, the color font size and color I want to use have been removed after saving the form. What can I do to get the results I’m looking for?

    Thank you so much for your help.

    Best Regards,
    Julio

    Thread Starter juleskeeper

    (@juleskeeper)

    FYI – I disabled the Disclaimer Text by adding this CSS

    ‘.ctct-disclosure{
    display: none;
    }’

    and added my own text/HTML via WordPress and the Enfold Theme I’m using.

    Plugin Author Constant Contact

    (@constantcontact)

    Give this version a go. You don’t need the full <html> to </html> part as this is going to be put inside a <small> tag anyway.

    <div style="color:#272c3f;font-size:14px;font-weight:bold;">By subscribing, you agree to receive our ministry materials and agree with our <a href="https://kingdomlearners.com/privacy-policy">Privacy Policy</a>. You may unsubscribe at any time.</div>
    

    I tested this version myself, and it’s saving and retaining the provided html. I also added font-weight:bold for you so that you don’t need to worry about the <b> tag.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can I Edit Text At Bottom of Form’ is closed to new replies.