Forum Post: RE: Radio Buttions field updation is not working

  • Thread starter Thread starter Godfrey Sorita
  • Start date Start date
Status
Not open for further replies.
G

Godfrey Sorita

Guest
Hi Sudhakar, Your triggers are not updating because the first if statement will always return false. When the token is parsed in Rollbase, it is treated as string because of the single quotes. Please remove the single quote so that it would be treated as an integer. Also, the succeeding if statements uses "=". You should use "==" when comparing values in JavaScript. Regards, Godfrey

Continue reading...
 
Status
Not open for further replies.
Back
Top