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

2 cffform(s) on one single cfm template

New Here ,
Feb 24, 2007 Feb 24, 2007

Copy link to clipboard

Copied

Hello,

Does any one know if there are any way to use two cffform on one signle template? I tried two different cffrom tags but it's only load the first form. Second form doesn't seem to work. Is it a limitation of Flash format in cfform?

thanks for any help or pointer.

PN
TOPICS
Advanced techniques

Views

304

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
LEGEND ,
Feb 25, 2007 Feb 25, 2007

Copy link to clipboard

Copied

> Does any one know if there are any way to use two cffform on one signle
> template?

Yes: put two of them in there. That should do it ;-)


> I tried two different cffrom tags but it's only load the first form.
> Second form doesn't seem to work. Is it a limitation of Flash format in
> cfform?

Nope. Sounds like your code is bung. It might be an idea to post it here.

--
Adam

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
New Here ,
Feb 26, 2007 Feb 26, 2007

Copy link to clipboard

Copied

Adam,

Thanks for the info, I went through my codes and found a mistake. One of my include template did have cfform tag in it, this cause the other form not to load on my page. After I clear out that mess out, my forms load correctly but there was a BIG GAP between form.

<cfform name="Navmenu" format="flash" width="100%" height="200" style="themeColor:##2B52FF; formBorderStyle:'roundCorners'; topMargin: 0; leftMargin:2;" >
......
</cfform>
<cfform name="getContacts" preservedata="yes" format="flash" width="100%" height="200" style="themeColor:##2B52FF; formBorderStyle:'roundCorners'; leftMargin:2;" >
.....
</cfform>

Any idea?

Thanks,
PN

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
LEGEND ,
Feb 26, 2007 Feb 26, 2007

Copy link to clipboard

Copied

LATEST
To be honest, no idea. I don't use <cfform>, and up until y/day had never
used the Flash option *ever* (Flash forms are the work of satan, in my
book; YMMV). The gap you're talking about is more than would eb accounted
for by the 200px you're setting as the height of the first form, though, I
guess?

--
Adam

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