|
Give the form a name, and when you click to send an email, write the HTML code of the form into a plain text file and place it in the current directory, then take this file as an attachment and send it. Pay attention to the uniqueness of the file name here . When the client reads the file, search for this attachment, and take out all the HTML code of the form with the specified name, and load it into the client page. |
|