Forums

Two Forms on one Site

Hamboe 16 Sep, 2011
I've installed Chromoforms V4 RC2.0 to my Joomla! 1.6.5 without any problems. Within the Forms Manager I created two forms - one for contacts and another one for concrete requests. Both forms should be displayed on diffenent pages of the site.

Contact form works fine - no problems.
Request form does not work. The system does not notice unfilled required fields and mails does not reach my inbox. The success message isn't shown.

I've read something about jQuery conflicts. In both forms the JS-Code field is filled with: jQuery.noConflict();

An other jQuery-based application (accordion) isn't working as well.

Searching and reading brought me to the Plugin "SC jQuery". I have also installed this plugin - no success.

Now my google search and I are out of ideas. Is there anything I forgott or anything I shoud give a closer look?

Any help is appreciated! Thanks a lot!
GreyHead 16 Sep, 2011
Hi Hamboe,

Please post a link to the form so I can take a quick look.

Bob
Hamboe 19 Sep, 2011
Hey GreyHead,

I've send you a personal message with the link.

Thanks for your time!
GreyHead 19 Sep, 2011
Hi Hamboe,

You have a dash '-' in one of your input names 'E-mail'. Dashes give ChronoForms and MySQL problems. Please rename the input using only [a-z], [A-Z], [0-9] or underscore '_'. No dashes, spaces or other special characters.

Bob
Hamboe 19 Sep, 2011
Hi Bob,

I've deleted all (-)signs, but the request form is still not working.
Required fields are not noticed and no email reached my inbox.

Is there anything else I can do?
Kind regards,
Hamboe
GreyHead 19 Sep, 2011
Hi Hamboe,

The validation problem is probably because you have the noConflict loading before JQuery is loaded. It needs to be after JQuery loads and before any MooTools code is executed :-(

There are also a bunch of broken script links that you might want to tidy up.

Are you saving the data to the database? If so then you'l need to edit the table column names to remove the dashes too.

Bob
This topic is locked and no more replies can be posted.