javascript - registration form while filled and send, it should automatically save the filled field as pdf in server and send the link to "TO ADDRESS" -
i have created big registration form many fields, if end user comes , fill , click "send" button, automatically pdf file has created same in "registration from" , save in server , saved path has mailed "to address".
i tried lot on behalf of functionalities, cant able trigger out, suggest me best code this.
many thanks
for pdf part, use dompdf
library there make pdf files, can use form values , generate pdf file , store server.
and attachment in mail, can try link, http://www.sanwebe.com/2011/01/send-php-mail-with-attachment
, 1 great tutorial.
Comments
Post a Comment