I Installed Pliable Form and have done everything like I should. But nothing happens when I klick on submit-buttom? The page don´t even reloads when I klick?
What version of Umbraco have installed it on? Have you checked using Firebug for instance that there are not any javascript errors for instance? How does the source of the form code look like? Is it supossed to work inside a server side form? If so is your content wrapped inside one?
I have Umbraco 4.5.2. I have treid without form-tags, but its the same. In firebug he says "jQuery is not defined", do I have to install jQuery in umbraco for this package?? Its stood nothing about that in the doc?!
You'll need to download jquery into your scripts folder and reference it in your masterpage, yes. Don't know why it's not saying in the instructions. Maybe it's supposed to be added automatically if it does not exists? I'm not sure about that...
But get jQuery and you'll probably be up and running in no time.
I have installed jQuery now and link to it in master. But its the same nothing happens when I klick on the buttom? And Firebug give out the same wrong?
Are you sure the reference in your master is correct? If you choose to view the source and follow the link to the script is it then displayed in the browser or do you get a "file not found" page?
To use the legacy schema you should open the "umbracoSettings.config" file in the /config/ folder and set this section to TRUE <UseLegacyXmlSchema>false</UseLegacyXmlSchema>
This enables the legacy schema - you probably also need to recycle the app pool to make sure that the application is refreshed and using the new settings.
Pliable Form
I Installed Pliable Form and have done everything like I should. But nothing happens when I klick on submit-buttom? The page don´t even reloads when I klick?
Is their someone whoes why??
Hi Kaj
What version of Umbraco have installed it on? Have you checked using Firebug for instance that there are not any javascript errors for instance? How does the source of the form code look like? Is it supossed to work inside a server side form? If so is your content wrapped inside one?
/Jan
I have Umbraco 4.5.2. I have treid without form-tags, but its the same. In firebug he says "jQuery is not defined", do I have to install jQuery in umbraco for this package?? Its stood nothing about that in the doc?!
Hi Kaj
You'll need to download jquery into your scripts folder and reference it in your masterpage, yes. Don't know why it's not saying in the instructions. Maybe it's supposed to be added automatically if it does not exists? I'm not sure about that...
But get jQuery and you'll probably be up and running in no time.
/Jan
I have installed jQuery now and link to it in master. But its the same nothing happens when I klick on the buttom? And Firebug give out the same wrong?
Hi Kaj
Are you sure the reference in your master is correct? If you choose to view the source and follow the link to the script is it then displayed in the browser or do you get a "file not found" page?
/Jan
Yes Jan, I´m sure.
Hi Kaj.
Have you checked that you are not loading the jQuery-library later in the code than some other .js-file that need the jQuery library to work?
/Kim A
Hi Kaj!
You ever got this to work?
/Kim A
I am looking for the legacy schema version of the xslt, but can not find it. Please help.
Hi Joe
To use the legacy schema you should open the "umbracoSettings.config" file in the /config/ folder and set this section to TRUE <UseLegacyXmlSchema>false</UseLegacyXmlSchema>
This enables the legacy schema - you probably also need to recycle the app pool to make sure that the application is refreshed and using the new settings.
Hope this helps.
/Jan
is working on a reply...