76
Views
6
Comments
Solved
How to send data by multiple checkbox ( have image example ) to next page ?
Question

Hello,

i want to know that how to sent the checked  values in checkbox to next page.It can do this ? 

2019-05-22 11-30-09
Marcelo Ferreira
Solution

Hi Tharis,

I think a good option is to have the Id's selected in a text variable separate by a character and on that next screen just split the text.

Regards,

Marcelo

2021-12-22 15-03-58
Tharis Naknutthee

Marcelo Ferreira wrote:

Hi Marcelo,

Amm.. sorry marcelo i don't understand.can you explain me again please ?

Hi Tharis,

I think a good option is to have the Id's selected in a text variable separate by a character and on that next screen just split the text.

Regards,

Marcelo



2020-02-28 09-46-54
Eduardo Jauch

Hi,

Marcelo is saying that on submit, you can serialize the options in a string and send to the next page as the value of an input parameter at the destination screen. There you can deserialize and use the values.

Cheers.

2021-12-22 15-03-58
Tharis Naknutthee

Eduardo Jauch wrote:

Hi Eduardo,

I think.I understand you and Marcelo.You mean set values of checked to string set
example select id 1 and 3 set id to string "1,3" for sent to next.
i understand right ?

Hi,

Marcelo is saying that on submit, you can serialize the options in a string and send to the next page as the value of an input parameter at the destination screen. There you can deserialize and use the values.

Cheers.



2019-05-22 11-30-09
Marcelo Ferreira

Hi Tharis,

Yes thats it.

Regards,

Marcelo

2021-12-22 15-03-58
Tharis Naknutthee

Marcelo Ferreira , Eduardo Jauch wrote:

Hi Marcelo and Eduardo,

Thank you for anything.

Regards,

Tharis


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.