103 Posts
shubhaanshu
10 years ago
5
Topic
Hi! Seblod,
I have a form "student registration" containing a dynamic cascade like: Select a District ---> Select a Block ---> Select a branch
it works fine to show the chained values in the front end of form.
form saves all the other field's values to the table (__cck_store_form_student_registration) but it is not saving the values of cascade field to the table.
Any guide or help please?
Thanks for this great plugin!
Get a Book for SEBLOD
10 years ago
1
Level 1
Hello shubhaanshu,

which kind of storage have you set for each fields in the cascade ?

The best storage for each field is
STANDARD | Article | field_name


Best regards.
Lionel
103 Posts
shubhaanshu
10 years ago
0
Level 2
Thanks Lionel, it works now!
572 Posts
_jrmo
10 years ago
2
Level 1
You need to make sure whatever you set the "options value" to in your fields setup is an integer. Dynamic cascading fields cant store varchar.
103 Posts
shubhaanshu
10 years ago
0
Level 2
Thank You _jrmo, it is working fine now!
10 years ago
0
Level 2
Sorry, but only int value can be stored . I need store varchar value .. how can i do this ?
Get a Book for SEBLOD