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.