How to display value of radiobutton value at tcpdf? is it {data:record}? but it display number
example
0=New Record
1=Old Record
2=Current Record
how From numbers change to value using if else? Is it correct my code below?
if ({data:newRecord} ==0)
{
{data:newRecord} = "NEW RECORD";
}
elseif ({data:newRecord} ==1)
{
{data:newRecord} = "OLD RECORD";
}
elseif ({data:newRecord} ==2)
{
{data:newRecord} = "CURRENT RECORD";
}
example
0=New Record
1=Old Record
2=Current Record
how From numbers change to value using if else? Is it correct my code below?
if ({data:newRecord} ==0)
{
{data:newRecord} = "NEW RECORD";
}
elseif ({data:newRecord} ==1)
{
{data:newRecord} = "OLD RECORD";
}
elseif ({data:newRecord} ==2)
{
{data:newRecord} = "CURRENT RECORD";
}
Hello SYADY,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How do I build a select drop-down, radio button or checkbox group?
What are the differences between select drop-downs, radio buttons and checkboxes?
How can I get useful data from select drop-downs, checkboxes and radio buttons?
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How do I build a select drop-down, radio button or checkbox group?
What are the differences between select drop-downs, radio buttons and checkboxes?
How can I get useful data from select drop-downs, checkboxes and radio buttons?
P.S: I'm just an automated service😉
This topic is locked and no more replies can be posted.