camihlst Posted December 3, 2019 Share Posted December 3, 2019 Hello, I am not sure, whether I am looking for a module or to figure out how to do this in the code. I have a customer with a special demand. They need a form, for the customer to fill. They don´t need the content to be sent to them, but they need the customer to be able to print the content of the form (Which they just filled out themselves) to a PDF file. Background: The customers can order a print on one of their own books, and therefore the customer need to print the information from the form, to be able to send the printed content along with the book. Does anyone know of a module, that can do this, or if it is possible to do via PHP? I have someone in my team who know PHP (I myself do not 😉) Thank you in advance! -Camilla Link to comment Share on other sites More sharing options...
Daresh Posted December 3, 2019 Share Posted December 3, 2019 Hi! If it needs to be only a simple print of the data that the customer filled in, it may be done by a standalone PHP code (if no store information needs to be inserted there). Or it can be done by a module, I made something like this for printing price lists, for example here: https://say-yes.pl/cennik Link to comment Share on other sites More sharing options...
camihlst Posted December 3, 2019 Author Share Posted December 3, 2019 Thank you It is a simple print. It needs the customers information: Name, email, phone no., and then it needs a dropdown with the option to choose from 10 symbols, but these could also be hardcoded in php. My customer does not need to be able to change these symbols or add more. I guess standalone PHP is the way to go here. Link to comment Share on other sites More sharing options...
camihlst Posted December 3, 2019 Author Share Posted December 3, 2019 Thanks for your reply! I need the PDF, how much will the customization cost? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now