Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #468615

    Hey Guys,

    I simply want to delete the ‘ ? ‘ after the equal in the captcha output?
    I searched in the \enfold\config-templatebuilder\avia-shortcodes\contact.php but there is no question mark to delete.

    regards

    Daniel

    #468915

    Hi krapfp!

    Please go to Enfold/framework/php folder and open class-form-generator.php file and find

    $this->elements_html .= "    <span class='value_verifier_label'>$number_1 + $number_2 = ?</span>";

    and change it to

    $this->elements_html .= "    <span class='value_verifier_label'>$number_1 + $number_2 = </span>";

    Cheers!
    Yigit

    #468969

    Hi Yigit,

    thanks for your reply. Your solution works like a charm.

    many greetings
    Daniel

    #468970

    Hey!

    You are welcome, we are always happy to help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Delete ' ? ' in Captcha’ is closed to new replies.