views:

6

answers:

1

Currently I have an amazon store that I am maintaining. I haven't really used this type of CMS before and I browse to the Contact page where there is a contact widget. Standard contact form: name, email, subject, message with standard validation checks. However, the form action="#" and onsubmit="validate()"

I'm wondering if anyone has had experience with amazon's store before where they have made a contact script. I do believe contact scripts can only be done via server-side and javascript does not offer that.

If anyone has any advice please let me know.

A: 

Perhaps using a JS Contact form?

Austin