View previous topic :: View next topic |
Author |
Message |
sdacp
Joined: 23 Aug 2010 Posts: 2
|
Posted: Sat Feb 01, 2014 4:22 pm Post subject: Submit Not Working |
|
|
The submit button on this page is not working: http://www.sandiego.acp-international.com/index.php/component/content/article/8-events/13-meeting-registration
I also notice that validaion on the email address is not being performed. I searched the forum, and have checked for orphaned </form> which seems to be the cause of many similar problems and I don't see one. The site is in Joomla. Also tested in Firefox and the email validation does work, but submit still does not. Thank you! |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Mon Feb 03, 2014 2:53 am Post subject: Reply |
|
|
Good Day,
If you look at the live source code for the page, you will see the following on line 190:
Code: |
<form name="contactForm" id="contactForm" method="post" style="width: 100%; border: 0px solid #000000; margin: 0; padding: 0; background-color: #FFFFFF;"> |
The myContactForm.com code is missing the 'action' and 'enctype' parameters in the form tag. This is provider for in the code we've provided, but for some reason is not making it to you page. This is the reason the form is not working.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
sdacp
Joined: 23 Aug 2010 Posts: 2
|
Posted: Mon Feb 03, 2014 7:44 am Post subject: Problem solved! |
|
|
That was the problem - the action button was being removed on the save of the article. I got around it by changing my user privledges to SuperUser - that allowed the correct code to be saved. Thank you for the quick response! |
|
Back to top |
|
 |
|