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
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
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
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
Thanks Bob for your reply😀
please find my form address here
http://projectaccountingsystems.com/component/chronoforms/?chronoform=freepdf
thanks
please find my form address here
http://projectaccountingsystems.com/component/chronoforms/?chronoform=freepdf
thanks
Hi prasad_123,
The link shows me
Bob
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
Hi Bob,
Thanks for your reply; actually form was not published -- sorry for that😟
Now i have fixed the email part, its coming in the write format.
But i am not sure about the form validation. It’s not working!!
http://www.projectaccountingsystems.com/index.php?option=com_chronoforms&chronoform=freepdfform-Copy
Thanks
Thanks for your reply; actually form was not published -- sorry for that😟
Now i have fixed the email part, its coming in the write format.
But i am not sure about the form validation. It’s not working!!
http://www.projectaccountingsystems.com/index.php?option=com_chronoforms&chronoform=freepdfform-Copy
Thanks
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:
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
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
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.
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
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
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
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
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
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
Thanks Bob i will try this...
This topic is locked and no more replies can be posted.