Business rule Script to get and print 3 different textbox value from question field

Nandhini Sri
Tera Contributor

Business rule Script to get and print 3 different textbox value from question field

3 REPLIES 3

James Chun
Kilo Patron

Hi @Nandhini Sri,

 

Can you elaborate on the requirement? What is the value you are trying to provide from this?

 

Cheers

I need to get firstname, lastname, email from 3 textbox string values from the field.]

That doesn't provide much info, but you can use something like below:

gs.addInfoMessage( current.getValue('field_name1') ); //replace the field_name with your field name
gs.addInfoMessage( current.getValue('field_name2') );