Post by saraspixels » Thu Sep 10, 2009 10:42 am

Simple issue that must be fixed before I can go live. My contact us form is not working. I tested it on FireFox 3 and IE 7 (so I'm assuming it's not browser related.

I get no errors...nothing happens when I click "Continue".

My site is http://saraspixelstudio.com/store if you want to try...

Please don't answer in webmaster code (i.e. fix db php sql mkpwy....and the fb dmb) -- I don't speak that stuff ;)

~Sara

Newbie

Posts

Joined
Mon Sep 07, 2009 11:35 am

Post by saraspixels » Fri Sep 11, 2009 12:07 am

PLEASE someone help me! I have no clue how to fix this and I can't afford the money for the support ticket credits :(

Newbie

Posts

Joined
Mon Sep 07, 2009 11:35 am

Post by dbstr » Fri Sep 11, 2009 2:11 am

Weird.

Could you try open contact.tpl, and replace

Code: Select all

<form action="<?php echo $action; ?>" method="post" enctype="multipart/form-data" id="contact">
with

Code: Select all

<form action="<?php echo $action; ?>" method="post" enctype="multipart/form-data" id="contact" name="contact">
and

Code: Select all

<a onclick="$('#contact').submit();" class="button">
with

Code: Select all

<a onClick="document.contact.submit()" class="button">
And tell me if that works? I suspect it's there it stops working, but I can't seem to find the missing link.

Request Reviews v1.0 released.


Active Member

Posts

Joined
Sun Aug 30, 2009 12:20 am

Post by saraspixels » Fri Sep 11, 2009 8:49 am

You ROCK! Thanks so much! Works like a charm now ;D

Newbie

Posts

Joined
Mon Sep 07, 2009 11:35 am

Post by dbstr » Fri Sep 11, 2009 8:58 am

I hope it stays that way then :) Cool design btw

Request Reviews v1.0 released.


Active Member

Posts

Joined
Sun Aug 30, 2009 12:20 am

Post by saraspixels » Fri Oct 02, 2009 3:52 am

So far so good :)

Thanks!

Newbie

Posts

Joined
Mon Sep 07, 2009 11:35 am

Post by dbstr » Sat Oct 03, 2009 1:55 am

Just had some spare time and was looking again. It's because you got another id="contact"

Code: Select all

<div style="float: right;"><a href="http://saraspixelstudio.com/store/index.php?route=information/contact"><div id="contact"></div></a>
If you change that to something else, it will work with the default $('#contact').submit(); ..

Request Reviews v1.0 released.


Active Member

Posts

Joined
Sun Aug 30, 2009 12:20 am

Post by Daniel » Sat Oct 03, 2009 6:50 am

thats a really nice site!

OpenCart®
Project Owner & Developer.


User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by saraspixels » Sat Oct 03, 2009 9:02 am

Thanks! Image

Newbie

Posts

Joined
Mon Sep 07, 2009 11:35 am
Who is online

Users browsing this forum: No registered users and 6 guests