Okay
  Public Ticket #1645839
Contact form - Fields as "non-required"
Closed

Comments

  • knopper started the conversation

    Hello Laborator-Team,

    thanks for your work! Love it! 

    Only one small issue: because of the new european data-laws, I need to put the "Name:"-field from "required" to "non-required" (Contact-Form). Is there an easy way?

    Cause using "contact form7",... looks not as great as your layout.

    Thanks & have a great day,

    Fabian

  • [deleted] replied

    Hi Fabian,

    Can you please add the following code in Theme Options > Footer > JavaScript (footer):

    <script>
        jQuery( document ).ready( function( $ ) {
            $( '.contact-form input[name="name"]' ).addClass( 'not-required' );
        } );
    </script>
    

    This will make contact form field "name" not required.

    Also you need to replace main.min.js file in assets/js/ folder, download zipped file here and extract:

    https://d.pr/f/IYaphf

    If you don't see the change immediately, please hard-refresh your browser (CTRL/CMD+R) because it takes longer to load the changes, as they are saved in browser cache. Another option is to open new private/incognito window and try if it works.

  • knopper replied

    Thanks for the fast feedback- but the problem is still there: https://textilagentur.eu/kontakt/

  • [deleted] replied

    Hi Fabian,

    Can you please share your WP credentials here, because I need to login to your site and test this issue. Your information is safe here (private) in this thread. To include your credentials click Insert Credentials button in editor toolbar. (See how)

  •   knopper replied privately
  • [deleted] replied

    Hi Fabian,

    I have managed to apply this fix, so it works:

    https://d.pr/v/DCTU8F

    Please note that I have hard-refreshed the page to use the newest JS file with this fix.

  • knopper replied

    Thanks a lot - sry, was working on my chromebook ;)

  • [deleted] replied

    Hi knopper,

    Glad to hear that it worked for you too

    Have a great day!

    P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from Laborator in advance!