some custom fields & custom personalised pdf attachment after registration

  • tomino
  • Topic Author
  • Offline
  • New Member
  • New Member
More
3 years 2 weeks ago #151008 by tomino
Hello,

I want to ask if there is a method how I can add custom field to registration which is not filled by registrants, but its automacically set by system and will be unique for each registration? I need something like "Transaction ID" but with only numeric chars [0-9] - so it can be used as "variable symbol" for offline payments pairing.
In ideal case if could be somethink like year+event_id+registration_id -> max 10 chars, but its not neccesary.

and my second question is if there is a way how to send to registrants automaticaly some prefilled pdf file (preffiled with data from their registrations) as attachment?

Thanks
tomino


 

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
3 years 2 weeks ago #151009 by Tuan Pham Ngoc
Hi Tomino

1. That option is not supported, unfortunately.
2. To send PDF with pre-filled data from registrants, you can try to use Invoice or Ticket PDF

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • tomino
  • Topic Author
  • Offline
  • New Member
  • New Member
More
3 years 2 weeks ago #151013 by tomino
Hello,

thanks for quick reply...

1) Ok. Can I at least change default behavior of sending transaction ID (which i dont need) to sending just ID of registration and use this unique number as our variable symbol?

2. "Invoice or Ticket PDF" what do you mean? its another Joomla extensions or can be done somewhere in Event booking?

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
3 years 2 weeks ago #151023 by Tuan Pham Ngoc
Hello

1. You will need to customize code yourself if you want to change the format of generated Transaction ID. Right now, it is just a random string.

2. Events Booking allow generating Invoice PDF and Tickets PDF, maybe you can see if you can use that existing feature for your purpose. See eventbookingdoc.joomservices.com/basic-s.../invoice-integration or eventbookingdoc.joomservices.com/advanced-features/tickets-pdf

Tuan

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
3 years 2 weeks ago #151024 by Tuan Pham Ngoc
For the Transaction ID like that, maybe writing a plugin to generate Transaction ID with that format could be a solution. That mean Transaction ID could be changed, without having to modify core code of the extension.

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc