cancel
Showing results for 
Search instead for 
Did you mean: 

Checkbox group

Former Member
0 Kudos

hi,

in a page, i have a group of checkbox (same name)

In OnInputProcessing, how can i retrieve all ? I know i have to call : request->get_form_field('checkgroup').

but what's the definition of the variable who get the result ? Does i have to declare a table ? How can i loop into the variable ?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member181879
Active Contributor
0 Kudos

Please read to get an overview of the examples available:

BSP Trouble Shooting: Getting Help

/people/brian.mckellar/blog/2004/06/11/bsp-trouble-shooting-getting-help

In SBSPEXT_HTMLB we do have a number of checkbox examples.

In principle, you should not give the checkboxes the same id.

++bcm