Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

fixed text and concatenate the form value

Avatar

Level 1

As I can concatenate a form text plus a fixed text;

EXAMPLES

descripcion.rawValue === all

'chickens'

dorso.rawValue = Uno.rawValue + 'chickens'

dorso.rawValue === all chickens

chek box = dorso.rawValue, export true.

if(dorso.rawValue === "true") {

event.value = descripcion.rawValue + ' chickens'

} else {

   event.value = descripcion.rawValue;

}

0 Replies