Skip to content
Grav 2.0 is officially stable. Read the announcement →

Jens Vogel Newcomer

@jenspepie · Joined 6 years ago · 3 posts · 1 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Pass value to thankyou page or email plugin · 6 years ago

    Thank you @bleutzinn, I see, there's a lot of cool stuff in Grav. Solved my problem by using simply $filename = $form->uniqueid . '.pdf; for save file, and {{ form.uniqueid() }} for the thankyou pa

  • Pass value to thankyou page or email plugin · 6 years ago

    Hi @bleutzinn, thank you for your answer. {{ form.value('…')) }} works fine for "normal" fields. But I obviously forgot to mention that the filename must be unique, so I have to tell the thankyou pa

  • Pass value to thankyou page or email plugin · 6 years ago

    I created a plugin that fills form values into a pdf file. What I would like to do now, is passing the filename to the thankyou page and attach the file to an email sent by the email plugin. Both sho