component, module and plugin installed ...
created a form, and tied to module ...
module wont display?? only other thing is when i want to 'test form' it wont display
because it says that the form does not have a 'name' however it does ... how to fix?
www.myhealth.ca
created a form, and tied to module ...
module wont display?? only other thing is when i want to 'test form' it wont display
because it says that the form does not have a 'name' however it does ... how to fix?
www.myhealth.ca
Hi mskiby,
What is the name of your form? Does it have any spaces or special characters (other than _ )? If so, please remove them,
Bob
What is the name of your form? Does it have any spaces or special characters (other than _ )? If so, please remove them,
Bob
Hi Mike,
You have CSS in your template that is hiding the form .chronoform { display:none; }
Bob
You have CSS in your template that is hiding the form .chronoform { display:none; }
Bob
alright found that line in the script ... prior person handling the site left it in bit of a mess ...
now it's going back to the 'form not published' ...
http://www.myhealth.ca/new-patients/appointment.html
using the plugin method of display, any other thoughts ...
now it's going back to the 'form not published' ...
http://www.myhealth.ca/new-patients/appointment.html
using the plugin method of display, any other thoughts ...
Hi mskiby,
The SEF URLs are blocking the form ;-( If you are using sh404SEF please disable it for ChronoForms in the Components tab (I think).
Bob
The SEF URLs are blocking the form ;-( If you are using sh404SEF please disable it for ChronoForms in the Components tab (I think).
Bob
hi bob, sorry to be such a pain ...
form is now showing ... but doesn't seem functional ... i'm trying to follow the video setup for 4 ...
i'm now displayed, but not functional ...
http://www.myhealth.ca/new-patients/appointment-2.html
the debugger action is on ... but upon 'submit' it just redirect, ... no email, no submit message, no re load
form is now showing ... but doesn't seem functional ... i'm trying to follow the video setup for 4 ...
i'm now displayed, but not functional ...
http://www.myhealth.ca/new-patients/appointment-2.html
the debugger action is on ... but upon 'submit' it just redirect, ... no email, no submit message, no re load
Hi mskiby,
Please see this FAQ I can see that the form is inside <p> tags which may stop it working in some versions of IE. You probably also need to set Relative URL to No.
Bob
Please see this FAQ I can see that the form is inside <p> tags which may stop it working in some versions of IE. You probably also need to set Relative URL to No.
Bob
thanks bob,
i've sub'd the <p> for <div> and turned off the relative URL ...
i'm at a loss, i can't get this form to submit, do you have any other docs where i can check the setup ...
mike
i've sub'd the <p> for <div> and turned off the relative URL ...
i'm at a loss, i can't get this form to submit, do you have any other docs where i can check the setup ...
mike
Hi mskiby,
There is still a problem with the submit URL which is set to /component/chronoforms5/?chronoform=appointment&event=submit Somewhere you have a URL setting that is failing to redirect that correctly "Bad karma: we can't find that page!"
Where it needs to go to is index,php?option=com_chronoforms5&chronoform=appointment&event=submit
If you can't fix the SEF URL problem then you could try adding this as the Submit URL for the form in the HTML (Render Form) action.
Bob
There is still a problem with the submit URL which is set to /component/chronoforms5/?chronoform=appointment&event=submit Somewhere you have a URL setting that is failing to redirect that correctly "Bad karma: we can't find that page!"
Where it needs to go to is index,php?option=com_chronoforms5&chronoform=appointment&event=submit
If you can't fix the SEF URL problem then you could try adding this as the Submit URL for the form in the HTML (Render Form) action.
Bob
This topic is locked and no more replies can be posted.