module wont display

mskiby 20 Jan, 2015
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
GreyHead 21 Jan, 2015
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
mskiby 22 Jan, 2015
just called it 'appointment' .... any other suggestions?

mike
GreyHead 24 Jan, 2015
Hi Mike,

You have CSS in your template that is hiding the form .chronoform { display:none; }

Bob
mskiby 26 Jan, 2015
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 ...
GreyHead 28 Jan, 2015
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
mskiby 28 Jan, 2015
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
GreyHead 29 Jan, 2015
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
mskiby 04 Feb, 2015
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
GreyHead 05 Feb, 2015
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
This topic is locked and no more replies can be posted.