function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Diane RoyerDiane Royer 

Event Registration Documentation

Is there a way to have a pdf file generated of an event registration?  We currently have events set up that use FormAssembly forms for the vast majority of the registration and then there are a couple custom questions specific to the event.  We are able to generate pdf copies of the FormAssembly piece of the registration.  Unfortunately, that does not include the event the person is registering for or the event specific questions.  Is there any way to either pass that information to FormAssembly or another way to generate a pdf version of the complete registration that the person fills out?

I ask, because our Registrar is asking for this kind of documentation and I am not sure how to get it for him.  He needs it for students permanent records.
VinayVinay (Salesforce Developers) 
Hi Diane,

Not sure if I understand correctly you need to generate pdf file of event registration?  If yes then you would need to build in custom code solution.

https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_output_pdf_render_in_apex.htm
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_quick_start_renderas_pdf.htm

Thanks,