Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
nsnvas #1
Cfform inside HTML
Hi
I am getting nothing inside CFFORM. I want to bring the cfform in particular
area in my page.
I tried something like this:
<table>
<tr>
<td colspan=2>
<cfinclude template="topnav.inc">
</td>
</tr>
<td>
<cfinclude template="leftnav.inc">
</td>
<td>
<cform form="flash">
.......
....
</cfform>
</td>
</tr>
</table>
Is there any work around or bug in CFFORM?
Thanks in Advance
-SN
nsnvas Guest
-
HTML <Href Link inside a form (HTML text box)
Hello, I am using a standard HTML Form to gather information from users and one of the elements within the form is a text box that users will paste... -
How to format a table inside cfform type="flash"?
I am aware that you cannot use table HMTL tag inside <cfform type="flash>. I would like to get my data to be displayed in a tablular form! How do... -
use 'disabled' in html cfform
is there an issue using the 'disabled' attribute with cfform format=html? if disabled appears in the tag the control is disabled....regardless of... -
flash cfgrid in html cfform bug
I have a cfform in html format on my page, I want a cfgrid in flashformat in that form. No problem thus far. When I submit the form, and dump the... -
CFFORM & TABNAIVAGTOR inside of a table <table> tag
Has anybody else had a problem putting a CFFORM with TABNAVIGATOR inside of a table? My tab system works fine until I put it inside a table which is... -
Ro #2
Re: Cfform inside HTML
I have encountered a similar problem with flashforms, specially when I
position them inside CSS
The workaround I'm using is by giving the Flashform "Placeholder",
exact dimensions (e.g.) <div style="width:400px; height:400px">Insert
Flash Form Here</div>
Even then there are still some issues rendering the form. I have to
click on the form (basically "focusing" the window) and waving the
mouse in front where the flash form would usually be.
I like the way flash forms simplify form building and display but I
could not use it on a production environment because of these bugs
On Mon, 6 Jun 2005 20:26:16 +0000 (UTC), "nsnvas"
<webforumsuser@macromedia.com> wrote:
>Hi
>
> I am getting nothing inside CFFORM. I want to bring the cfform in particular
>area in my page.
>
> I tried something like this:
> <table>
> <tr>
> <td colspan=2>
> <cfinclude template="topnav.inc">
> </td>
> </tr>
> <td>
> <cfinclude template="leftnav.inc">
> </td>
> <td>
> <cform form="flash">
> .......
> ....
> </cfform>
> </td>
> </tr>
> </table>
>
> Is there any work around or bug in CFFORM?
>
> Thanks in Advance
>
> -SNRo Guest



Reply With Quote

