6 years ago
10
Topic

Hi Community

i tried to create a form with 3 pages. I created a new forms and content type, also created several fields, set Site Form/Configuration->Stages Count 3, 

In Site Form-Fields I set the stages for every field, put a next-button there for every stage and a submit button withh an hidden email-field in the final stage.

The Form in the frontend does not work. when I open the Form (menu-item seblod Form), i see the Fields of the first stage, when I clickt on the next-button, i get a 404 with the message "0class 'plgCCK_Storage_Locationnone' not found. I have no idea, whats wrong. All the permissons are correct.

Does anyone have an idea?

Get a VIP membership
1283 Posts
Bucklash
6 years ago
1
Level 1

Hi

When I habe funky stuff going on I head to the db to see what's up.

Also, check plugins are up to date.

that's my thoughts on it all

6 years ago
0
Level 2

Thanks for the answer.

All plugins are up to date, seblod core also.

I cecked the database, but i didn´t find the table, where the stages are stored. Does anyone have an idea?

4229 Posts
Kadministrator
6 years ago
7
Level 1

Are all your field and the form set to the same object? Usually object is Article and storages in fields are like Standard-Article-fieldname

Judging by the error you somehow set some storage to "one" which doesn't exist.

6 years ago
6
Level 2

Hi Klas,

thanks for your reply. I have set all fields to storage/objekt to none, cause i want to send the datas only by mail, i dont want to store the datas in an article or in the database. all fields are set to none. Also the object of the form (in the options section of Form and Content Type, where you also change the Permissions) ist set to None.

I always get

0class 'plgCCK_Storage_Locationnone' not found.

4229 Posts
Kadministrator
6 years ago
5
Level 3

That is your problem, there is no storage object None. I guess workaround would be to create a new None storage plugin with empty methods.

6 years ago
4
Level 4

Hi Klas, I dont understand your answer...when i create a form, that i just send by mail,everything works fine. In this case, i have to set the storage/objekt to none, otherwise it won´t work. Or do you mean something different?

4229 Posts
Kadministrator
6 years ago
3
Level 5

Storage none is not meant for forms, only for fields. But it should work anyway - you can report this bug on the tracker.

4229 Posts
Kadministrator
6 years ago
2
Level 6

Normaly forms are meant to store somewhere, but option None should work nonetheless, even on multipage forms.

6 years ago
1
Level 7

Hi Klas, 

in my opinion, this should work. When i create a form, for example Field a to f, set the all to storage none, create an hidden email-field and at the end a submit button, i´m able to send emails without storing  the datas in the database. That works fine. But if I go to the configuration in "Form and Content Type", set Stages to count 2 and set for example the fields a and b to 1st level, fields c to f to the final level, also the hidden email field and the submit button to "final", I get the error. I dont understand what happens.

when i use the same form, the same fields just on one page, set the stages count to one, everything works fine. 

Any idea?

4229 Posts
Kadministrator
6 years ago
0
Level 8

As I wrote previously,please report it on the tracker.

Get a VIP membership