mocoblanco

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Contact Form #1095
    mocoblanco
    Member

    I change the min characters. That was the problem.

    Thank you very much for the support.

    Best,
    Moco

    in reply to: Contact Form #1059
    mocoblanco
    Member

    Thank you very much for helping me out. I changed the .php file on line 34, and put this:

    if (mo_to_boolean($web_url))
    $output .= ‘<p><label>’ . __(‘City’, ‘mo_theme’) . ‘</label><input type=”city” name=”contact_url” placeholder=”‘. __(“Your City”, ‘mo_theme’).'” class=”text-input”></p>’;

    and then in the .js file I put this:

    contact_url: {
    required: true,
    minlength: 15
    },

    And I am getting a “validation error” message when I try to put a City on that box.

Viewing 2 posts - 1 through 2 (of 2 total)