• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Flash Forms and Checkboxes

New Here ,
Jan 16, 2008 Jan 16, 2008

Copy link to clipboard

Copied

I'm creating a Flash Form and I have a group of 4 checkboxes, and the value part of the input statement is as follows:

<cfif Isdefined('Form.whatever1')>1<cfelse>1</cfif>
<cfif Isdefined('Form.whatever2')>1<cfelse>1</cfif>
<cfif Isdefined('Form.whatever3')>1<cfelse>1</cfif>
<cfif Isdefined('Form.whatever4')>1<cfelse>1</cfif>

But when I submit the record, all of the checkboxes are recorded as "1", even if none of them or some of them are checked. Has anyone developed a flash form with checkboxes and experienced similar issues?

Thanks...
TOPICS
Advanced techniques

Views

275

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 16, 2008 Jan 16, 2008

Copy link to clipboard

Copied

LATEST
Oh, forgot to mention that I used the same code in a "regular" form, and it worked. Just curious as to if this is a known Flash Form problem

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation