10447 Posts in 2223 Topics by 1719 members
| Go to End | Next > | |
| Author | Topic: | 1499 Views |
-
Problem with UserForms Module

28 March 2009 at 2:36am
Hello,
I made an update to silverstripe 2.3.1 an found that userforms has to be integrated as module.
So I downloaded from trunk (yes, and renamed to 'userforms' in the SilverS-Root-Dir) and started /dev/build.
Now I find new page-type user-defined-form and can create.
=> BUT the "Form"-Tab only shows this two rows at the beginning
=> MISSING the area where to drop the fields (as shown on the picture of the module-page and as I saw in SilverS 2.2)* Add: * Text * Checkbox * Dropdown * Radio * Email * Heading * Date * File * Checkboxes * Member List
=> MISSING AREA
* Add: * Text * Checkbox * Dropdown * Radio * Email * Heading * Date * File * Checkboxes * Member List(Javascript is enabeld. All other things work.)
I installed a new Instances, same result everytime
Do you have any ideas ?Thanks a lot for helping.
Ned -
Re: Problem with UserForms Module

28 March 2009 at 4:49am
Mine seems to be missing the stylesheet ever since I upgraded to 2.3 and used the module. Just a bunch of unstyled links in lieu of the buttons that used to be there. Anyone else?
-
Re: Problem with UserForms Module

29 March 2009 at 9:51am
i'm having the same problem here, the GUI (drag an drop items, fields, etc) doesn't work, i only read text labels. When i click on them, nothing happens...
-
Re: Problem with UserForms Module

31 March 2009 at 8:38am
SOLVED!
I don't you know if you (CriaturaCreativaStudio) were having the same issue (the Form tab is there and you can see the type of fields to add but when you clicked them nothing happens....) .
The thing was it was not loading the FieldEditor.js file which animates this panel and it was because I placed userforms folder under mysite folder.
BAD:
root
|--> /mysite
|--> /userformsInstead, put it on the same level as your site folder
RIGHT:
root
|--> /mysite
|--> /userformsOnce this is done, run /dev/build again
I hope this works
-
Re: Problem with UserForms Module

31 March 2009 at 8:43am
Hmm.. yeah, it certainly doesn't belong in the mysite folder. I've got it in the right place. Nice to know it's a JS issue, though. At least now I know where to look.
-
Re: Problem with UserForms Module

1 April 2009 at 12:12am
Can any one tell me how to fix this problem? not very good with JS
-
Re: Problem with UserForms Module

3 April 2009 at 11:04pm Last edited: 3 April 2009 11:04pm
Rename the module folder to 'userforms' and locate it in the root directory (not mysite).
Done the trick for me anyway!
-
Re: Problem with UserForms Module

5 April 2009 at 10:55am Last edited: 7 April 2009 9:00am
The JS is embedded:
..
<script type="text/javascript" src="http://localhost/myproject/userforms/javascript/FieldEditor.js?m=1229310604"></script>
..
And "userforms" (renamed to) is in the root-directory of the Installation... but still not working.
| 1499 Views | ||
| Go to Top | Next > |



