• Resolved Drauth

    (@drauth)


    Hi,
    I need to change (language and text) of alert messages as “field is required” and similar. Same question for the reCAptcha alert.
    Is there a way?
    Thanks
    S.

Viewing 1 replies (of 1 total)
  • Plugin Contributor WD Support

    (@wdsupport)

    @drauth,

    Please follow the procedure below for field is required. As for reCaptcha Alert, that’s based on browser language and is set by Google, not our plugin:

    frontend/views/FMViewForm_maker.php
    line 5092
    <?php echo addslashes(__(‘Field is required’, ‘form_maker’)) ?>
    replace with
    <?php echo addslashes(__(‘field is required’, ‘form_maker’)) ?>

    Then in translation file edit the .po file of your language to desired option.

Viewing 1 replies (of 1 total)
  • The topic ‘Change alert messages: how to?’ is closed to new replies.