Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
pope on acid #1
Checkboxes with the same name in Flash forms
This works fine until you add format="flash". Can anyone tell me how to
get this works in a flash form, please?
<cfform format="flash">
<cfinput type="checkbox" name="c" label="a" value="1" />
<cfinput type="checkbox" name="c" label="z" value="2" />
<cfinput type="checkbox" name="c" label="e" value="3" />
<cfinput type="checkbox" name="c" label="r" value="4" />
<hr />
<cfinput type="submit" value="Zend" name="submit">
</cfform>
pope on acid Guest
-
Converting existing forms to the Flash forms
I have forms and I change all the tags on them, but they don't change to the new 'Flash forms' in CFMX 7. Any ideas on this? -
EMBEDDING FLASH MOVIES INTO FLASH FORMS
Is there a way? EMBEDDING FLASH MOVIES INTO FLASH FORMS -
Dynamic Checkboxes in Rich Forms
Hi, I am just in the process of working with rich forms in CF MX7. I am trying to display checkboxes created from a query. The form is displayed,... -
Flash Form Checkboxes
I have the following query: <cfquery name='getProducts' datasource='annmeet'> SELECT p.ProductID, p.ProductName FROM Product p ... -
Multiple choice checkboxes in PDF forms
Hi, I tried searching on this and couldn't find anything! I want to be able to add a checkbox with 3 states, (blank, ticked and crossed). ...



Reply With Quote

