Hi everybody,
I have an Seblod content called "Formation"
I have a form imported (with SEBLOD Form & List Pack) in the content on frontend.
GOAL :
Users who fill the form recieve an email with a PDF leaflet of THAT formation.
HOW :
- I have a field for each Seblod content called : "formation_leaflet" (an uplaod field) where is stored the path to the PDF (a different one for each formation)
- In my Form, I have an hidden field (Text) called "formation_leaflet_email"
- This field has a Live value managed by plugin "SD Live CCK Field" which take the value of the field "formation_leaflet" (from the content)
- In a Email field, i call the "formation_leaflet_email" field in "Attachment (Fields)" which is sent to the user...
This solution was working with Seblod 3.15.0
Since I upgrade to Seblod 3.16.0, it stop working. The email is sent, but nos PDF attached.
I tried to upgrade to Seblod 3.16.2, issue still there...
I tried an upgrade from 3.15.0 to 3.16.2, issue not solve
As I have a back up, i went back to Seblod 3.15.0 and it works well...
Joomla 3.8.10 - tried with PHP 7.0.27 - 7.2.1 - 7.2.5
Any suggestion would be much appreciated :)