The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
radio button value not in html or excel - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: radio button value not in html or excel (/showthread.php?tid=1335) |
radio button value not in html or excel - JRS - May 31st, 2011 When submitting the form, the email message displays the radio button value as expected; however, when the client logs in to display their output in HTML or excel format, the radio button value is missing ? Is there a special radio button format required to get the value to display in HTML/Excel ? FormTools 2.04 on Apache (iso-8859-1) Code: <label> RE: radio button value not in html or excel - Ben - May 31st, 2011 Hi JRS, Yeah, this isn't a terribly intuitive one. Radio buttons - even single radio buttons (and single checkboxes) are mapped to an Option List (or "Field Option Group" as it's called in 2.0.x). So if something isn't showing up in the export, chances are there isn't a "Display Value" for the single option in the list. It needs both a value and a display value. Take a look at the Field Option Group that's being used. That *should* be the issue... - Ben |