• Resolved rlarrere

    (@rlarrere)


    Hello,

    This module is great, however i was wondering few points.

    Can you add a menu to change the sentence “Please fill in all required fields” so we can tweak it for our own language, and where can i edit this in the meantime ?

    And also, where can i edit the (quite horrible) pink color you get aroud the required field when clicking submit ? And can you add a menu to edit that too someday ?

    Best,

    https://www.ads-software.com/plugins/contact-forms/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author cimatti

    (@cimatti)

    Hi Rlarrere,

    At the moment there isn’t an option for these in the interface.

    The plugin uses the WordPress plugins translations standard. You can see some translations in .po (and the corrispondent .mo) format in the “languages” folder. The most complete translation is in Italian, with all the messages in English and their Italian version. You may use it as a base to translate the plugin, or you may just use it to translate that string in your language. BTW what is your language?

    You can change the color of required fields background editing the CSS of your site.
    In invalid fields, the class .pfbc-invalid is added, and you can override the background-color with a css rule like

    .pfbc-invalid {
        background-color: #EFF !important;
    }

    Sharen McArthur

    (@sharenmcarthurgmailcom)

    I have created contact and submissions forms for my new website, storiesfromacottage.com. I launched it a week ago. Here’s the link:
    https://storiesfromacottage.com/

    The submit button for the contact form works exactly as it should in preview/test and on the website. I have already been contacted by people.

    The submit button for the submissions form, however, doesn’t work at all. It will not submit anything on the preview/test or on my website.

    I checked the forms for errors, but I can’t find any. I haven’t deleted the form and created a new one. I did drag the form fields from the submissions form back to the left side and then dragged them back to the submissions form. That didn’t work. I also updated the plugin a day or so ago when the update came in. That didn’t fix the problem.

    The submissions form is the heart of my website. I publish stories that people submit through the form. If the submit button doesn’t work, I cannot publish stories.

    My capcha worked on the contact form. Could that be a problem on the submissions form?

    Plugin Author cimatti

    (@cimatti)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Please fill in all required fields’ is closed to new replies.