Hi seblod-ers !
Sorry for my poor english, hope you understand... :D
I have a booking travel form.
I want to make it sent an email to submitters which contain the #id of the submitted content.
But, because #id only created after the submission saved to database, so the email just display blank #id.
For example, I want to send the link to article submitted with http://my_domain.com/index.php?component=com_content&view=articles&id=#art_id#&catid=39
My question is : How do I send that link with #art_id# (id of submitted content type) inside ?
Thanks !