Hi All
i have silverstripe 2.4.0 and using the user forms module v 0.3.0 all works well except i can't drag and drop to reorder the fields
can anyone help with this please?
This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
Hi All
i have silverstripe 2.4.0 and using the user forms module v 0.3.0 all works well except i can't drag and drop to reorder the fields
can anyone help with this please?
I had the same issue, which fixed itself, I think after saving the form first time.
Thanks for the reply,
this is interesting all of the forms on the site have been saved and published however in the cms they appear in green not in black as a saved and published page should, so they are always in a state of changed.
where in the code would i be able to change this state manually? as this may solve the problem
voodoochile - it is always green as I was too lazy to write a working isChanged function. Workflow requests are all tied to isChanged and to work that out for a normal page its quite simple but for UDF its quite complex since all the form fields could change, emails etc etc. So it just says it changed all the time so publishing the page works fine.
Drag and drop has been a dodgy area - try the latest trunk as Jean patched an IE8 issue with this last week. Also make sure you run a ?flush=all.
Thanks Willr
my understanding of SS has increased further now, problem is solved, i downloaded the latest trunk and did flush all, but it wasnt working in ie or ff so did dev/build then flush all and now works in both browsers.
once again thanks
This most likely a silly question... is this the right place for the latest version of userforms http://svn.silverstripe.com/open/modules/userforms/trunk
I just tried exporting from there and it didn't appear to fix the reordering problem. Even after multiple ?flush=all and dev/builds so not 100% sure i'm in the right place.
eceers yes it is, perhaps try deleting the combined files in assets/_combinedfiles (if any) this is usually another cause of issues.