Support Forums for LiveMesh Themes & Plugins › Forums › Enigmatic Theme Support › Contact Form › Reply To: Contact Form
July 4, 2013 at 5:21 am
#1059
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.