cancel
Showing results for 
Search instead for 
Did you mean: 

Web Forms Output path

joaotpd
Champ on-the-rise
Champ on-the-rise
Hi all!

I'm using Web Forms to capture data from users and then create a PDF with the captured data…
I want to create the new PDF under Company Home/myspace… or other space…
Is this possible?! … How?!…
Thanks in advance!!

João Duarte
2 REPLIES 2

pmonks
Star Contributor
Star Contributor
Web Forms are only available within Alfresco WCM, which limits them to creating assets (both the master XML and any derived renditions) within a Web Project.

Cheers,
Peter

marutiprasad
Champ in-the-making
Champ in-the-making
Hi joaotpd,

you can write a spring service to do it.

write a class extending createwebcontentwizard and call the super methods for default operation and in finalImpl call a method which is doing your operation and putting content in a space (DM)

regards
Maruti.