Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

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.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

UserForms V0.2.0 - SilverStripe 2.3.3


Go to End


18 Posts   5337 Views

Avatar
bkatous

Community Member, 8 Posts

10 August 2009 at 3:27am

Hello,

Im having problem when i try to add a a new form, i've got this error :

"Error: "FieldSet::addFieldToTab() Tried to add a tab to object 'Tab' named 'Complétion en cours' - '' didn't exist." at line 272 of E:\wamp\www\testSite\sapphire\forms\FieldSet.php"

I think that the problem happen when SS try to show the text on complete, on line 91 of UserDefinedForm.php, but every thing look fine...

Did any body this problem?

thx.

Avatar
Juanitou

Community Member, 323 Posts

10 August 2009 at 7:34am

Hi,

A shot in the dark: replace the name of your tab Complétion with “Completion”. SS don't play well with special chars (yet).

Avatar
carlitos

Community Member, 1 Post

10 August 2009 at 12:00pm

Does someone have more detailed information on where to install the userforms module and what exact files and lines to modify.

I appreciate the time and help.

Avatar
Willr

Forum Moderator, 5523 Posts

10 August 2009 at 5:13pm

See this page for installation instructions - http://doc.silverstripe.com/doku.php?id=modules:userforms#installation

Avatar
bkatous

Community Member, 8 Posts

11 August 2009 at 6:05am

@juanitou : i've tried, but without any result! and SS does play well with special chars (like the é è ...) You can change the language in the CMS to french and see it yourself.

Avatar
Juanitou

Community Member, 323 Posts

11 August 2009 at 10:45pm

Hi!

All my SS sites are multilingual, I know that SS plays well with special chars, but not always: try to make and if statement in a template where the value to test for is not pure ASCII, for example:
<% if Country == España %>
<p>$Country</p>
<% end_if %>

This do not work.

Anyway, I hope you'll find a solution for your problem.

Regards,
Juan

Avatar
bkatous

Community Member, 8 Posts

12 August 2009 at 11:39pm

I give up! i will wait util UserForms will be compatible with SS 2.3.3! :(

Avatar
Willr

Forum Moderator, 5523 Posts

13 August 2009 at 11:57am

Edited: 13/08/2009 11:58am

Just so other people do not get the wrong idea - User Forms is compatible with SilverStripe 2.3.3. Forms in multiple languages do not work. Multilingual Support is going to be a feature of the next release.

Go to Top