Page 1 of 1

how to map toggle selected value or text?

Posted: Mon Jun 03, 2013 1:16 am
by John Herdean

Im trying to figure out how to map the value or text of a toggle switch to a json request parameter. In the mapping, it doesnt have nothing but 'visible' for mapping. So, my question is: the way i did it below, will it be sending the selected text to the request parameter? Or is there a something else i need to do to send the selected text?

Image


how to map toggle selected value or text?

Posted: Mon Jun 03, 2013 3:22 am
by Igor

Hi,

You couldn't map toggle element. You can save some value to localstorage variable depending on toggle state and then map to localstorage variable value.