try getting rid of name="form1" in you close tag

</cfpdfsubform name="form1">

2009/9/5 <[email protected]>

>  Hi
>
>
>
> I am trying to use the CFPDForm feature in cf8
>
>
>
> <cfpdfform action="read" source="pamda21a.pdf" result="test"/>
>
>
>
> <cfdump var="#test#">
>
>
>
> The above reads the pdf and outputs all the form fields as it should
>
>
>
> When I then try and populate the above pdf with data using the following
> code
>
>
>
> <cfpdfform
>
>     action = "populate"
>
>     source = "pamda21a.pdf">
>
> <cfpdfsubform name="form1">
>
> <cfpdfformparam name="P2-Address" value="123 street">
>
> </cfpdfsubform name="form1">
>
> </cfpdfform>
>
>
>
> The pdf generates however the value for the above field in the pdf remains
> blank
>
>
>
> If anyone can shed some light on this I would appreciate some assistance
>
>
>
>
>
>
>
> Regards
>
> Claude Raiola
> B.Econ (Acc), B.Hot.Mngt.
>
> Websites:
>
> www.SAMARIS.NET <http://www.samaris.net>
>
> Mobile: 0414 228 948
>
>
>
> >
>


-- 
AJ Mercer
Web Log: http://webonix.net

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to