Hi all,
I am using Chronoform 3.2 and bixie vm chrono module.
I have initiated some hideable section thanks to greyhead recipe.
Unfortunately i found out that adding the two php line to call the js fonction at the beginning of the form provok a conflict with bixie vm chrono module. In a consequence, the form is added to the database but the redirection to the cart to check out simply doesn't work.
I guess there is a conflict but i am absolutely unable to know how to solve it.
Any help is welcome.
Regards
I am using Chronoform 3.2 and bixie vm chrono module.
I have initiated some hideable section thanks to greyhead recipe.
Unfortunately i found out that adding the two php line to call the js fonction at the beginning of the form provok a conflict with bixie vm chrono module. In a consequence, the form is added to the database but the redirection to the cart to check out simply doesn't work.
I guess there is a conflict but i am absolutely unable to know how to solve it.
Any help is welcome.
Regards
Hi laurentmartin,
I don't have VirtueMart or the Bixie module so I have no idea what the conflict is - though I find it a bit surprising.
By all means send me either the module code by PM or Email or the site URL and a SuperAdmin login and I'll take a quick look.
Bob
I don't have VirtueMart or the Bixie module so I have no idea what the conflict is - though I find it a bit surprising.
By all means send me either the module code by PM or Email or the site URL and a SuperAdmin login and I'll take a quick look.
Bob
HI laurentmartin,
I don't know where the Bixi version of the form is but there appears to be a JavaScript error on the ordinary version linked from the Forms Manager. I think this is because the files are being loaded but there are no rel= attributes in the Form HTML for them to work on??
The form is too long to be certain. I'd suggest that you create a cut-down minimal form for testing.
Bob
I don't know where the Bixi version of the form is but there appears to be a JavaScript error on the ordinary version linked from the Forms Manager. I think this is because the files are being loaded but there are no rel= attributes in the Form HTML for them to work on??
The form is too long to be certain. I'd suggest that you create a cut-down minimal form for testing.
Bob
Hi Greyhead,
Ok i will create a small form for you
Ok i will create a small form for you
Hi Greyhead,
I have created the form for you. Your help is greatly appreciated.
Regards
I have created the form for you. Your help is greatly appreciated.
Regards
Hi laurentmartin,
Thank you - I've added the lines to load the files and the form appears to work OK if you click the link in the Forms Manager.
Where do I need to go to see this working with the Bixi module?
Bob
PS I looked at the testttt form and that has <form> tags embedded in the HTML which will break the form.
Thank you - I've added the lines to load the files and the form appears to work OK if you click the link in the Forms Manager.
Where do I need to go to see this working with the Bixi module?
Bob
PS I looked at the testttt form and that has <form> tags embedded in the HTML which will break the form.
HI bob,
I sent to you a PM with the address to access.
You have to access from VM product not from Chronoform.
The form testtt, is a form i did myself by hand not with chornoform.
I sent to you a PM with the address to access.
You have to access from VM product not from Chronoform.
The form testtt, is a form i did myself by hand not with chornoform.
Hi greyhead,
Any news regarding this problem ?
Regard
Any news regarding this problem ?
Regard
Anyone else that can help on this problem ?
Please help !
Please help !
Hi laurentmartin,
Sorry for the delay - some client work got in the way :-(
I've got a fix working for this - it's not perfect but probably usable.
The problem is that the form validation grabs the form onSubmit event and so the BixFormUpdate submission is not executed.
I've removed the onsubmit action from the Form Tag attachment box and put his equivalent code in the Form JavaScript box
The odd wrinkle is that the BiXFormUpdate is still run even if there are validation errors (I've made the taxt box on your test form required) and shows an error message. But if you fix the errors and reSubmit all is well.
Bob
Sorry for the delay - some client work got in the way :-(
I've got a fix working for this - it's not perfect but probably usable.
The problem is that the form validation grabs the form onSubmit event and so the BixFormUpdate submission is not executed.
I've removed the onsubmit action from the Form Tag attachment box and put his equivalent code in the Form JavaScript box
window.addEvent('domready', function() {
$('ChronoContact_orderpsi').addEvent('submit', BixFormUpdate);
});
The odd wrinkle is that the BiXFormUpdate is still run even if there are validation errors (I've made the taxt box on your test form required) and shows an error message. But if you fix the errors and reSubmit all is well.
Bob
Hi Bob,
Thanks a lot for your action, indeed now it work well, at least without considering the validation problem. I will keep checking those problems.
Thanks a lot again and wishing you a nice week end !
Bob, i don't see your change, where is it ? I need to adapt it in my other form.
Thanks a lot for your action, indeed now it work well, at least without considering the validation problem. I will keep checking those problems.
Thanks a lot again and wishing you a nice week end !
Bob, i don't see your change, where is it ? I need to adapt it in my other form.
This topic is locked and no more replies can be posted.