i am receiving email’s in a strange way - chronoform

prasad_123 27 Sep, 2011
Hi,

i am new to chronoform...after i have successfully installed it to joomla 1.6
i have configured my new form, everything is alright but the mail i am receiving is just like this:

Your Name
{name}

Your E-mail address
{email}

Company Name
{cname}

Submitted by 122.181.19.62

--------------------------------------------------

but instead that i want some thing like this : see bellow

Your Name :
debi prakash

Your E-mail address
debi@example.com

Company Name
example

Submitted by 122.181.19.62

and i also want to save all data in database. so whenever some one fill the form and submit i receive a mail and the copy of mail also save in database.

i am using chronoform v4

can anyone help me ?
thanks in advance
GreyHead 27 Sep, 2011
Hi Debi,

The code in the Email template needs to use the input names from the form. I suspect that they don't match correctly.

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

Bob
GreyHead 28 Sep, 2011
Hi prasad_123,

The link shows me

There is no form with this name or may be the form is unpublished, Please check the form and the url and the form management.


Bob
GreyHead 28 Sep, 2011
Hi prasad_123,

Your template (or some other component) is loading the jQuery JavaScript library. Out of the box jQuery isn't compatible with the MooTools library used by Joomla! and ChronoForms. You can use jQuery with MooTools in no-conflict mode. There are various ways of doing this. The simplest is to add a line of script in the ChronoForms Form JavaScript box:
jQuery.noConflict();
This will free the $ operator which is used by MooTools, so you may need to update your own javascripts to use the longer jQuery operator.

There is also a neat Joomla! 1.5 system plugin named SC jQuery that allows you to control on which pages jQuery is loaded, and will always load it in no-conflict mode.

Bob
prasad_123 28 Sep, 2011

Code: Select all
jQuery.noConflict();



hey Bob thanks,
can you please tell me where exactly i have to add this script,
inside chronoform admin panel?? or some where else.
GreyHead 28 Sep, 2011
Hi prasad_123,

Sorry this isn’t a ChronoForms problem. It's the template or other component that is causing the error. You need to add the code after JQuery is loaded and before any MooTools script is executed.

Bob
prasad_123 28 Sep, 2011
Hi Bob,
No fate - still struggling😢
is there any other way to fix this issue without modifying joomla template or any other components ?
and i am sending you a screenshot of my chronoform action panel

thanks
GreyHead 28 Sep, 2011
Hi prasad_123,

As I said, it's not a ChronoForms problem and the fix you need depends on your template and the other extensions on your site. You can try adding the code in a Load JS action in the Form On Load event - it may or may not work :-(

Bob
prasad_123 29 Sep, 2011
Thanks Bob i will try this...
This topic is locked and no more replies can be posted.