Reply To: Contact Form

#1836
cattopp
Member

Thanks for your reply.

At the moment, when I hit submit, nothing at all is happening…no message saying email has been sent.

I’ve also gone into the main.js file, but it doesn’t seem to have worked. I’m very new to this, so would have probably done it wrong. I just deleted the stuff referencing anything about minimum characters:

var rules = {
contact_name: {
required: true
},
contact_email: {
required: true,
email: true
},
contact_phone: {
required: false
},
contact_url: {
required: false,
url: true
},
human_check: {
required: true,
range: [13, 13]
},
message: {
required: false
}
};

I also can’t find where the text lives (saying please enter your email address etc). If I want to edit that, where do I find it?

Thanks,
Cathy